Skip to content

Commit b384c0a

Browse files
authored
Fix .eslintrc.json
1 parent 6879725 commit b384c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
],
55

66
"env": {
7-
"es2021": true,
7+
"es6": true,
88
"node": true
99
},
1010

1111
"parserOptions": {
12-
"ecmaVersion": 12
12+
"ecmaVersion": 2018
1313
},
1414

1515
"rules": {

0 commit comments

Comments
 (0)