0.1.0 • Published 5 years ago

@haifeng-fe/eslint-config-ts v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

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

LICENSE

MIT

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago