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"
}
}
typescript-eslint
Why Recommends
-
Yarn's Future - v2 and beyond (tslint does not work properly in Yarn v2 project.)