Skip to content

Commit 171866a

Browse files
Updating eslint parser to @babel/eslint-parser
1 parent 7862efb commit 171866a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"browser": true,
55
"jquery": true
66
},
7-
"parser": "babel-eslint",
7+
"parser": "@babel/eslint-parser",
88
"parserOptions": {
99
"ecmaVersion": 5,
1010
"sourceType": "script",

0 commit comments

Comments
 (0)