0.0.16 • Published 3 years ago
eslint-plugin-simolex-plugin-lint v0.0.16
eslint-plugin-simolex-plugin-lint
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-simolex-plugin-lint:
npm install eslint-plugin-simolex-plugin-lint --save-devUsage
Add simolex-plugin-lint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["simolex-plugin-lint"]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"simolex-plugin-lint/path-checker": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.