Skip to content

Commit

Permalink
Add "es2020" to eslint configuration
Browse files Browse the repository at this point in the history
PR-URL: #120
  • Loading branch information
tshemsedinov committed Dec 10, 2023
1 parent bbeb204 commit 641f466
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 641f466

Please sign in to comment.