eslint-plugin-check-paths-for-fsd-methodology

0.0.16 • Public • Published

eslint-plugin-check-paths-for-fsd-methodology

Serves to check absolute and relative paths on projects using the fsd methodology

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-check-paths-for-fsd-methodology:

npm install eslint-plugin-check-paths-for-fsd-methodology --save-dev

Usage

Add check-paths-for-fsd-methodology to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "check-paths-for-fsd-methodology"
    ]
}

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

{
    "rules": {
        "check-paths-for-fsd-methodology/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-check-paths-for-fsd-methodology

Weekly Downloads

2

Version

0.0.16

License

ISC

Unpacked Size

25.8 kB

Total Files

19

Last publish

Collaborators

  • fing0r