eslint-plugin-qwerty-path-plugin

0.0.12 • Public • Published

eslint-plugin-qwerty-path-plugin

plugin for fsd projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-qwerty-path-plugin:

npm install eslint-plugin-qwerty-path-plugin --save-dev

Usage

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

{
    "plugins": [
        "qwerty-path-plugin"
    ]
}

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-qwerty-path-plugin

Weekly Downloads

0

Version

0.0.12

License

ISC

Unpacked Size

22.4 kB

Total Files

14

Last publish

Collaborators

  • qwertylang