Explorar el Código

Modify ESLint config

Remove extra config item.
master
TheoryOfNekomata hace 2 años
padre
commit
e8e66a6b56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tsconfig.eslint.json

+ 1
- 1
tsconfig.eslint.json Ver fichero

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


Cargando…
Cancelar
Guardar