eslint-plugin-roman-fsd-plugin
v0.0.7
Published
plugin fo production
Maintainers
Readme
eslint-plugin-roman-fsd-plugin
plugin fo production
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-roman-fsd-plugin:
npm install eslint-plugin-roman-fsd-plugin --save-devUsage
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.
