eslint-plugin-dip-online-for-paths

0.0.3 • Public • Published

eslint-plugin-dip-online

for paths

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-dip-online:

npm install eslint-plugin-dip-online --save-dev

Usage

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

{
    "plugins": [
        "dip-online"
    ]
}

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

{
    "rules": {
        "dip-online/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

Package Sidebar

Install

npm i eslint-plugin-dip-online-for-paths

Weekly Downloads

5

Version

0.0.3

License

ISC

Unpacked Size

6.61 kB

Total Files

10

Last publish

Collaborators

  • igor.danilov