This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-feature-sliced-path-plugin

0.0.1 • Public • Published

eslint-plugin-ulbi-plugin

Plugin for lessons

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ulbi-plugin:

npm install eslint-plugin-ulbi-plugin --save-dev

Usage

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

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

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

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

Rules

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

Package Sidebar

Install

npm i eslint-feature-sliced-path-plugin

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

6.58 kB

Total Files

10

Last publish

Collaborators

  • vitaliy_d