0.1.0 • Published 7 years ago
@haifeng-fe/eslint-config-ts v0.1.0
eslint-config-ts
ts-eslint config for
typescript-eslintfrom haifeng-fe team.
Usage
before:
yarn add eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser -Dinstall:
yarn add @haifeng-fe/eslint-config-ts -Dimport 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.)