0.0.3 • Published 7 years ago
eslint-react-2 v0.0.3
eslint-plugin-demo
a demo plugin
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install npm i eslint-react-2:
$ npm i eslint-react-2 --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install npm i eslint-react-2 globally.
Usage
Add demo to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"eslint-react-2"
]
}Then configure the rules you want to use under the rules section.
Supported Rules
- Fill in provided rules here