1.0.1 • Published 6 years ago
@teddytags/eslint-plugin v1.0.1
@teddytags/eslint-plugin
ESLint integration with TeddyTags
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install @teddytags/eslint-plugin:
$ npm install @teddytags/eslint-plugin --save-devNote: 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
1.0.1
6 years ago