0.0.3 • Published 6 years ago

eslint-react-2 v0.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

eslint-plugin-demo

a demo plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install npm i eslint-react-2:

$ npm i eslint-react-2 --save-dev

Note: 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