Skip to content

Commit

Permalink
chore: fix node v14 ecmaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Apr 13, 2023
1 parent 0b785a1 commit caaecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"files": ["*.js"],
"parserOptions": {
"ecmaVersion": 2019
"ecmaVersion": 2020
},

"env": {
Expand Down

0 comments on commit caaecea

Please sign in to comment.