0.0.9 • Published 3 years ago
eslint-plugin-fsd-plugin-fsd v0.0.9
eslint-plugin-fsd-plugin-fsd
plugin for fsd project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-fsd-plugin-fsd:
npm install eslint-plugin-fsd-plugin-fsd --save-devUsage
Add fsd-plugin-fsd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"fsd-plugin-fsd"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"fsd-plugin-fsd/rule-name": 2
}
}Supported Rules
- Fill in provided rules here