0.0.0 • Published 4 years ago

eslint-plugin-demo-test v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-demo-test

demo

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-demo-test:

npm install eslint-plugin-demo-test --save-dev

Usage

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

{
    "plugins": [
        "demo-test"
    ]
}

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

{
    "rules": {
        "demo-test/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here