Skip to content

nothing9537/eslint-plugin-nothingg9537-plugin

Repository files navigation

eslint-plugin-nothingg9537-plugin

Eslint plugin for react-production-advanced-project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-nothingg9537-plugin:

npm install eslint-plugin-nothingg9537-plugin --save-dev

Usage

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

{
    "plugins": [
        "nothingg9537-plugin"
    ]
}

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

{
    "rules": {
        "nothingg9537-plugin/rule-name": 2
    }
}

Rules

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

About

ESLint plugin for production-react-advanced-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published