eslint-plugin-study-type-checker
v0.0.9
Published
plugin for typechecking path
Downloads
5
Maintainers
Readme
eslint-plugin-eslint-type-checker
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-eslint-type-checker
:
npm install eslint-plugin-study-type-checker --save-dev
Usage
Add eslint-type-checker
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"study-type-checker"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"study-type-checker/rule-name": "error"
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.