0.0.9 • Published 3 years ago
eslint-plugin-lunacy-plugin v0.0.9
eslint-plugin-lunacy-plugin
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-lunacy-plugin:
npm i eslint-plugin-lunacy-pluginUsage
Add lunacy-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"lunacy-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"lunacy-plugin/rule-name": 2
}
}Supported Rules
- Fill in provided rules here