0.5.1 • Published 2 years ago

@thetribe/eslint-config-typescript v0.5.1

Weekly downloads
75
License
-
Repository
-
Last release
2 years ago

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"
    }
}
0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago