eslint-plugin-mdk-plugin

0.0.2 • Public • Published

eslint-plugin-mdk-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-mdk-plugin:

npm install eslint-plugin-mdk-plugin --save-dev

Usage

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

{
    "plugins": [
        "mdk-plugin"
    ]
}

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

{
    "rules": {
        "mdk-plugin/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-mdk-plugin

Weekly Downloads

4

Version

0.0.2

License

ISC

Unpacked Size

12.7 kB

Total Files

14

Last publish

Collaborators

  • dariamdk