Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed Jul 12, 2023
1 parent 53a2462 commit 571a45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Expand Up @@ -3,7 +3,8 @@
module.exports = {
"env": {
"browser": true,
"node": true
"node": true,
"es2020": true,
},
"extends": "eslint:recommended",
"rules": {
Expand Down

0 comments on commit 571a45e

Please sign in to comment.