eslint-plugin-qcplay

0.0.17 • Public • Published

eslint-plugin-qcplay

Custom eslint rule for qcplay

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-qcplay:

npm install eslint-plugin-qcplay --save-dev

Usage

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

{
    "plugins": [
        "qcplay"
    ]
}

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-qcplay

Weekly Downloads

1

Version

0.0.17

License

MIT

Unpacked Size

22.3 kB

Total Files

17

Last publish

Collaborators

  • huhudage