0.0.3 • Published 2 years ago
eslint-plugin-xeoson-fsd-imports v0.0.3
eslint-plugin-fsd-imports
;
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-xeoson-fsd-imports:
npm install eslint-plugin-xeoson-fsd-imports --save-devUsage
Add xeoson-fsd-imports to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"xeoson-fsd-imports"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"xeoson-fsd-imports/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.