Skip to content

Commit

Permalink
Add es2020 to eslint config
Browse files Browse the repository at this point in the history
PR-URL: #481
  • Loading branch information
tshemsedinov committed Nov 19, 2023
1 parent 3236eed commit f96d843
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"env": {
"browser": true,
"es6": true,
"es2020": true,
"node": true
},
"parserOptions": {
"ecmaVersion": "latest"
},
"globals": {
"BigInt": true
}
}

0 comments on commit f96d843

Please sign in to comment.