Skip to content

Commit

Permalink
Fix .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jun 14, 2021
1 parent 6879725 commit b384c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
],

"env": {
"es2021": true,
"es6": true,
"node": true
},

"parserOptions": {
"ecmaVersion": 12
"ecmaVersion": 2018
},

"rules": {
Expand Down

0 comments on commit b384c0a

Please sign in to comment.