0.0.15 • Published 2 years ago
eslint-plugin-dev-proger-plugin v0.0.15
eslint-plugin-dev-proger-plugin
Plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-dev-proger-plugin:
npm install eslint-plugin-dev-proger-plugin --save-devUsage
Add dev-proger-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"dev-proger-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"dev-proger-plugin/rule-name": 2
}
}Rules
| Name | Description |
|---|---|
| path-checker | feature sliced relative path checker |