Skip to content

Commit

Permalink
fix: update eslint rules to reflect current master
Browse files Browse the repository at this point in the history
  • Loading branch information
Grammostola committed Jan 31, 2024
1 parent 691d7ba commit 68b2ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
"comma-dangle": [
"error",
Expand Down

0 comments on commit 68b2ce1

Please sign in to comment.