0.0.7 • Published 3 years ago
eslint-plugin-testrule v0.0.7
eslint-plugin-testrule
this is a test plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-testrule:
npm install eslint-plugin-testrule --save-devUsage
Add testrule to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["testrule"]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"testrule/rule-name": 2
}
}Supported Rules
- Fill in provided rules here