eslint-plugin-adv-react

0.0.0 • Public • Published

eslint-plugin-adv-react

adv-react app

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-adv-react:

npm install eslint-plugin-adv-react --save-dev

Usage

Add adv-react to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "adv-react"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "adv-react/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i eslint-plugin-adv-react

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • catherinel