Skip to content

Commit 126ee98

Browse files
committed
Don't use typescript-eslint-parser
1 parent 95fa87a commit 126ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
"jquery": true,
55
"commonjs": true
66
},
7-
"parser": "typescript-eslint-parser",
7+
// "parser": "typescript-eslint-parser",
88
"extends": "eslint:recommended",
99
"rules": {
1010
"indent": [

0 commit comments

Comments
 (0)