Skip to content

Commit

Permalink
enable ESLint semicolon rule
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Feb 25, 2024
1 parent e92c41d commit 82d6f2d
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 @@ -67,6 +67,10 @@
"arrow-parens": [
"error",
"as-needed"
],
"semi": [
"error",
"always"
]
},
"overrides": [
Expand Down

0 comments on commit 82d6f2d

Please sign in to comment.