eslint-plugin-gdsy

1.0.1 • Public • Published

eslint-plugin-gdsy

gdsy

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-gdsy:

npm install eslint-plugin-gdsy --save-dev

Usage

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

{
    "plugins": [
        "gdsy"
    ]
}

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-gdsy

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

16.6 kB

Total Files

6

Last publish

Collaborators

  • scnu_chenzhiwen