0.0.7 • Published 1 year ago
eslint-plugin-roman-fsd-plugin v0.0.7
eslint-plugin-roman-fsd-plugin
plugin fo production
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-roman-fsd-plugin
:
npm install eslint-plugin-roman-fsd-plugin --save-dev
Usage
Add roman-fsd-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"roman-fsd-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"roman-fsd-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.