0.0.5 • Published 4 years ago

eslint-plugin-dm v0.0.5

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

eslint-plugin-dm

test

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-dm:

npm install eslint-plugin-dm --save-dev

Usage

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

{
    "plugins": [
        "dm"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago