Skip to content

Commit

Permalink
update: update linter ecmascript version and keep up to date (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grammostola committed Jan 31, 2024
1 parent bbde5dd commit f254d52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": "latest"
},

"rules": {
"comma-dangle": [
"error",
Expand Down

0 comments on commit f254d52

Please sign in to comment.