0.7.0 • Published 2 years ago

eslint-plugin-custom-fsd-imports v0.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-custom-fsd-imports

Plugin for FSD projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom-fsd-imports:

npm install eslint-plugin-custom-fsd-imports --save-dev

Usage

Add custom-fsd-imports to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "custom-fsd-imports"
    ]
}

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

{
    "rules": {
        "custom-fsd-imports/rule-name": 2
    }
}
0.3.0

2 years ago

0.2.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.1.0

2 years ago