eslint-plugin-some-plugin

0.0.3 • Public • Published

eslint-plugin-some-plugin

my first plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-some-plugin:

npm install eslint-plugin-some-plugin --save-dev

Usage

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

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

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-some-plugin

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

14.1 kB

Total Files

18

Last publish

Collaborators

  • nvzvruk