eslint-plugin-dummy-rules

0.0.0 • Public • Published

eslint-plugin-dummy-rules

dummy rules desc

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-dummy-rules:

$ npm install eslint-plugin-dummy-rules --save-dev

Usage

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

{
    "plugins": [
        "dummy-rules"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-dummy-rules

Weekly Downloads

0

Version

0.0.0

License

ISC

Unpacked Size

4.21 kB

Total Files

5

Last publish

Collaborators

  • raydedon