Skip to content

Commit e3d59ac

Browse files
committed
change eslint config to fix parsing errors
1 parent 47f0894 commit e3d59ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ecmaVersion": "latest",
99
"sourceType": "module",
1010
"project": [
11-
"tsconfig.json"
11+
"tsconfig.eslint.json"
1212
]
1313
},
1414
"plugins": [

tsconfig.eslint.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"include": ["./**/*.ts","./**/*.js"]
3+
}

0 commit comments

Comments
 (0)