@haifeng-fe/eslint-config-ts
v0.1.0
Published
> ts-eslint config for `typescript-eslint` from haifeng-fe team.
Downloads
4
Readme
eslint-config-ts
ts-eslint config for
typescript-eslint
from haifeng-fe team.
Usage
before:
yarn add eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser -D
install:
yarn add @haifeng-fe/eslint-config-ts -D
import to
.eslintrc
:
{
"extends": ["@haifeng-fe/eslint-config-ts"],
"parserOptions": {
"project": "./tsconfig.json"
}
}
Why typescript-eslint
Recommends
Yarn's Future - v2 and beyond (tslint does not work properly in Yarn v2 project.)