aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 43f6f90..5f6f663 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -113,6 +113,10 @@
"before": false
}
],
+ "semi-style": [
+ "error",
+ "last"
+ ],
"sort-imports": [
"error",
{