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