@haifeng-fe/eslint-config-ts

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @haifeng-fe/eslint-config-ts

Weekly Downloads

2

Version

0.1.0

License

none

Unpacked Size

2.53 kB

Total Files

4

Last publish

Collaborators

  • lishen
  • echo_unix