Skip to content

Commit ac74e57

Browse files
Merge pull request #91 from XhmikosR/patch-1
Fix .eslintrc.json
2 parents f81d236 + b384c0a commit ac74e57

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)