Skip to content

Commit 4042576

Browse files
committed
reset tsconfig to loast working commit
1 parent 9aa888e commit 4042576

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.eslintrc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"parser": "@typescript-eslint/parser",
1616
"parserOptions": {
1717
"ecmaVersion": "latest",
18-
"project": "./tsconfig.eslint.json"
18+
"project": "./tsconfig.json"
1919
},
2020
"plugins": [
21-
"import",
22-
"prettier"
21+
"import"
2322
],
2423
"rules": {
2524
"no-plusplus": [

0 commit comments

Comments
 (0)