1.0.2 • Published 4 years ago
eslint-plugin-tain-eslint-one v1.0.2
eslint-plugin-tain-eslint-one
tain-eslint-te
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-tain-eslint-one:
npm install eslint-plugin-tain-eslint-one --save-devUsage
Add tain-eslint-one to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"tain-eslint-one"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"tain-eslint-one/not-throw-new-error": 2
}
}Supported Rules
- Fill in provided rules here