1.0.1 • Published 6 years ago
@teddytags/eslint-plugin
Licence
ISC
Version
1.0.1
Deps
1
Size
7 kB
Vulns
0
Weekly
0
@teddytags/eslint-plugin
ESLint integration with TeddyTags
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install @teddytags/eslint-plugin:
$ npm install @teddytags/eslint-plugin --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install @teddytags/eslint-plugin globally.
Usage
Add @teddytags to the plugins section of your .eslintrc configuration file.
{
"plugins": ["@teddytags"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@teddytags/rule-name": 2
}
}
Supported Rules
Fill in provided rules here