eslint-config-subjective-rulezz
v1.1.0
Published
Subjective ES/TSLint rules
Downloads
1
Readme
eslint-config-subjective-rulezz
Version: 1.1.0
Description
Subjective ES/TSLint rules. Feel free to use, open issues, create new branches and contribute otherwise.
ES/TSLint Plugins
- eslint:recommended
- @typescript-eslint/recommended
- @typescript-eslint/eslint-recommended
- @typescript-eslint/recommended-requiring-type-checking
- @typescript-eslint/strict
- import/recommended
- import/typescript
Install
npm install eslint-config-subjective-rulezz --save-dev
Usage
Add to the .eslintrc
file
{
"extends": "subjective-rulezz"
}