eslint-plugin-study-type-checker
v0.0.9
Published
plugin for typechecking path
Maintainers
Readme
eslint-plugin-eslint-type-checker
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-eslint-type-checker:
npm install eslint-plugin-study-type-checker --save-devUsage
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.
