Selaa lähdekoodia

Modify ESLint config

Remove extra config item.
master
TheoryOfNekomata 2 vuotta sitten
vanhempi
commit
e8e66a6b56
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tsconfig.eslint.json

+ 1
- 1
tsconfig.eslint.json Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna