Skip to content

Commit

Permalink
Add semi rule to .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed May 7, 2024
1 parent bdbe0b9 commit 5c7e528
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 @@ -27,6 +27,10 @@
"error",
"single"
],
"semi": [
"error",
"always"
],
"semi-spacing": "error",
"spaced-comment": "error"
}
Expand Down

0 comments on commit 5c7e528

Please sign in to comment.