We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fedc30 commit 246426cCopy full SHA for 246426c
1 file changed
tslint.json
@@ -51,7 +51,7 @@
51
"prefer-const": true,
52
"quotemark": [true, "single"],
53
"radix": true,
54
- "semicolon": [true, "always"],
+ "semicolon": [true, "never"],
55
"triple-equals": [true, "allow-null-check"],
56
"typedef-whitespace": [
57
true,
0 commit comments