Skip to content

Commit

Permalink
Add es2020 to eslint config
Browse files Browse the repository at this point in the history
PR-URL: #80
  • Loading branch information
tshemsedinov committed Nov 20, 2023
1 parent 62e3c79 commit aa827e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"env": {
"browser": true,
"es6": true,
"es2020": true,
"node": true
},
"parserOptions": {
Expand Down

0 comments on commit aa827e3

Please sign in to comment.