eslint-plugin-seeact

0.0.0 • Public • Published

eslint-plugin-seeact

You see a problem, act upon it. This eslint plugin was originally made since I wrote a plugin that wouldn't get accepted in the eslint-plugin-react, but I still kept hearing people wanted to use the rule. This is for you.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-seeact:

$ npm install eslint-plugin-seeact --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-seeact globally.

Usage

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

{
    "plugins": [
        "seeact"
    ]
}

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

{
    "rules": {
        "seeact/rule-name": 2
    }
}

Supported Rules

License

ESLint-plugin-seeact is licensed under the MIT License.

Package Sidebar

Install

npm i eslint-plugin-seeact

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • jaaberg