eslint-plugin-tymphoto-plugin
v1.0.0
Published
plugin for habr 2.0
Downloads
32
Maintainers
Readme
eslint-plugin-tymphoto-plugin
plugin for habr 2.0
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-tymphoto-plugin
:
npm install eslint-plugin-tymphoto-plugin --save-dev
Usage
Add tymphoto-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"tymphoto-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"tymphoto-plugin/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.