eslint-plugin-vlad-path-checker-plugin

0.0.7 • Public • Published

eslint-plugin-vlad-path-checker-plugin

check absolute or relative by fsd path

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vlad-path-checker-plugin:

npm install eslint-plugin-vlad-path-checker-plugin --save-dev

Usage

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

{
    "plugins": [
        "vlad-path-checker-plugin"
    ]
}

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

{
    "rules": {
        "vlad-path-checker-plugin/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-vlad-path-checker-plugin

Weekly Downloads

3

Version

0.0.7

License

ISC

Unpacked Size

20.7 kB

Total Files

14

Last publish

Collaborators

  • vladislav_zakrevskiy