eslint-config-stimulus
v1.0.3
Published
[![npm version](https://img.shields.io/npm/v/eslint-config-stimulus.svg?style=flat)](https://npmjs.org/package/eslint-config-stimulus "View this project on npm") [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org
Downloads
675
Readme
eslint-config-stimulus
ESLint plugin for Stimulus Controllers.
Install
Assuming you already have ESLint installed, run:
npm install eslint-config-stimulus --save-dev
Usage
Then extend the recommended eslint config:
import stimulus from "eslint-config-stimulus";
export default [stimulus.configs.recommended];
Supported Rules
Possible Errors (Recommended)
License
eslint-plugin-stimulus
is licensed under the MIT License.