0.1.0 • Published 9 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago