eslint-plugin-btaskee
v1.2.0
Published
My Btaskee's standard code
Downloads
126
Maintainers
Readme
eslint-plugin-btaskee
!!!
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-btaskee:
npm install eslint-plugin-btaskee --save-devUsage
Add btaskee to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"btaskee"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"btaskee/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.
