Skip to content

Commit 28b2877

Browse files
committed
Fix ecmaVersion is eslint config
1 parent 44db976 commit 28b2877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"extends": "eslint:recommended",
1313
"parserOptions": {
1414
"sourceType": "module",
15-
"ecmaVersion": "2020"
15+
"ecmaVersion": 2020
1616
},
1717
"rules": {
1818
"valid-jsdoc": "off",

0 commit comments

Comments
 (0)