eslint-plugin-paths-fixes

0.0.10 • Public • Published

eslint-plugin-paths-fixes

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-paths-fixes:

npm install eslint-plugin-paths-fixes --save-dev

Usage

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

{
    "plugins": [
        "ulbi-tv-plugin"
    ]
}

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

{
    "rules": {
        "ulbi-tv-plugin/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-paths-fixes

Weekly Downloads

2

Version

0.0.10

License

ISC

Unpacked Size

21.7 kB

Total Files

14

Last publish

Collaborators

  • leonid_kov