0.0.8 • Published 6 months ago

eslint-plugin-plugin-path-checker-fsd-r v0.0.8

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

eslint-plugin-plugin-path-checker-fsd-r

Plugin for checking the correctness of FSD paths and imports

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-plugin-path-checker-fsd-r:

npm install eslint-plugin-plugin-path-checker-fsd-r --save-dev

Usage

In your configuration file, import the plugin eslint-plugin-plugin-path-checker-fsd-r and add plugin-path-checker-fsd-r to the plugins key:

import plugin-path-checker-fsd-r from "eslint-plugin-plugin-path-checker-fsd-r";

export default [
    {
        plugins: {
            plugin-path-checker-fsd-r
        }
    }
];

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

import plugin-path-checker-fsd-r from "eslint-plugin-plugin-path-checker-fsd-r";

export default [
    {
        plugins: {
            plugin-path-checker-fsd-r
        },
        rules: {
            "plugin-path-checker-fsd-r/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.0.8

6 months ago

0.0.7

6 months ago

0.0.3

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.6

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago