This is teamLab's standard ESLint configuration.
これはteamLabの標準ESLint設定です。
各プロジェクトではこの設定をベースにESLintルールを設定してください。
yarn add -D eslint @team-lab/eslint-config eslint-plugin-import
# or
npm i -D eslint @team-lab/eslint-config eslint-plugin-importextends:
- '@team-lab/eslint-config'
# or 省略表記
# - '@team-lab'@typescript-eslintの対応バージョンはv1.13.0です。
yarn add -D \
eslint @team-lab/eslint-config eslint-plugin-import \
"@typescript-eslint/parser@^1.13.0" "@typescript-eslint/eslint-plugin@^1.13.0" \
eslint-config-typescript typescript
# or
npm i -D \
eslint @team-lab/eslint-config eslint-plugin-import \
"@typescript-eslint/parser@^1.13.0" "@typescript-eslint/eslint-plugin@^1.13.0" \
eslint-config-typescript typescriptparserOptions:
project: ./tsconfig.json # tsconfig.json path here
extends:
- '@team-lab/eslint-config/typescript'