0.0.16 • Published 2 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-dev
Next, install eslint-plugin-simolex-plugin-lint
:
npm install eslint-plugin-simolex-plugin-lint --save-dev
Usage
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.