aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/typescript/default.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 216245a..4504f4e 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -7,7 +7,17 @@
"avoidEscape": false
}
],
+ "@typescript-eslint/semi": [
+ "error",
+ "always",
+ {
+ "omitLastInOneLineBlock": false
+ }
+ ],
"quotes": [
"off"
+ ],
+ "semi": [
+ "off"
]
}