Skip to content

Commit

Permalink
Lint rules (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonkeyval authored Oct 22, 2024
1 parent f435deb commit 9dbdc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/webapp/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "next/core-web-vitals",
"rules": {
"semi": ["error", "always"],
"quotes": ["error", "single", { "avoidEscape": true }]
}
}

0 comments on commit 9dbdc21

Please sign in to comment.