Преглед изворни кода

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…
Откажи
Сачувај