aboutsummaryrefslogtreecommitdiff
path: root/frontend/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/eslint.config.js')
-rw-r--r--frontend/eslint.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js
index 0245ab8..4bafc8c 100644
--- a/frontend/eslint.config.js
+++ b/frontend/eslint.config.js
@@ -73,7 +73,7 @@ export default [
"space-in-parens": ["error", "never"],
"keyword-spacing": [2],
"template-curly-spacing": ["error", "always"],
- semi: ["error", "never"],
+ semi: ["error", "always"],
"semi-spacing": [
"error",
{
@@ -113,4 +113,4 @@ export default [
"no-multiple-empty-lines": 2
}
}
-]
+];