瀏覽代碼

Modify ESLint config

Remove extra config item.
master
TheoryOfNekomata 2 年之前
父節點
當前提交
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"],


Loading…
取消
儲存