eslint-plugin-check-path-m09blight-plugin

0.0.10 • Public • Published

eslint-plugin-ulbi-tv-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ulbi-tv-plugin:

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

Usage

In your configuration file, import the plugin eslint-plugin-ulbi-tv-plugin and add ulbi-tv-plugin to the plugins key:

import ulbi-tv-plugin from "eslint-plugin-ulbi-tv-plugin";

export default [
    {
        plugins: {
            ulbi-tv-plugin
        }
    }
];

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

import ulbi-tv-plugin from "eslint-plugin-ulbi-tv-plugin";

export default [
    {
        plugins: {
            ulbi-tv-plugin
        },
        rules: {
            "ulbi-tv-plugin/rule-name": "warn"
        }
    }
];

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-check-path-m09blight-plugin

Weekly Downloads

15

Version

0.0.10

License

MIT

Unpacked Size

13.4 kB

Total Files

7

Last publish

Collaborators

  • m09nlight