ソースを参照

Modify ESLint config

Remove extra config item.
master
コミット
e8e66a6b56
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tsconfig.eslint.json

+ 1
- 1
tsconfig.eslint.json ファイルの表示

@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types", "test"],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext", "DOM"],


読み込み中…
キャンセル
保存