@thetribe/eslint-config-typescript
v0.5.1
Published
## Installation
Downloads
3,561
Keywords
Readme
theTribe eslint config for TypeScript
Installation
yarn add --dev @thetribe/eslint-config-typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-import
Configuration
// .eslintrc.json
{
"root": true,
"extends": "@thetribe/eslint-config-typescript",
"parserOptions": {
"project": "./tsconfig.json"
}
}