eslint-plugin-smooth-plugin

0.0.1 • Public • Published

eslint-plugin-smooth-plugin

plugin for myself

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-smooth-plugin:

npm install eslint-plugin-smooth-plugin --save-dev

Usage

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

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

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-smooth-plugin

Weekly Downloads

2

Version

0.0.1

License

ISC

Unpacked Size

5.7 kB

Total Files

7

Last publish

Collaborators

  • smoothsen