0.1.0 • Published 11 months ago

eslint-plugin-kevin-trigger-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

eslint-plugin-kevin-trigger-plugin

FSD valid imports: absolute and relative.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-kevin-trigger-plugin:

npm install eslint-plugin-kevin-trigger-plugin --save-dev

Usage

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

import kevin-trigger-plugin from "eslint-plugin-kevin-trigger-plugin";

export default [
    {
        plugins: {
            kevin-trigger-plugin
        }
    }
];

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

import kevin-trigger-plugin from "eslint-plugin-kevin-trigger-plugin";

export default [
    {
        plugins: {
            kevin-trigger-plugin
        },
        rules: {
            "kevin-trigger-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.

0.1.0

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago