eslint-plugin-dev-proger-eslint-plugin
v0.0.9
Published
Plugin for eslint formatter
Downloads
3
Maintainers
Readme
eslint-plugin-dev-proger-eslint-plugin
Plugin for eslint formatter
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-dev-proger-eslint-plugin
:
npm install eslint-plugin-dev-proger-eslint-plugin --save-dev
Usage
Add dev-proger-eslint-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"dev-proger-eslint-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"dev-proger-eslint-plugin/rule-name": 2
}
}
Rules
| Name | Description | | :------------------------------------------------- | :--------------------------------- | | path-checker-fsd | Feature slised design path checher |