We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4305e8 commit d7cd347Copy full SHA for d7cd347
app/templates/client/tslint.json(ts)
@@ -27,7 +27,6 @@
27
"no-shadowed-variable": true,
28
"no-string-literal": true,
29
"no-switch-case-fall-through": true,
30
- "no-trailing-comma": true,
31
"no-trailing-whitespace": true,
32
"no-unused-expression": true,
33
"no-unused-variable": true,
@@ -42,6 +41,7 @@
42
41
"quotemark": [true, "single"],
43
"radix": true,
44
"semicolon": true,
+ "trailing-comma": false,
45
"triple-equals": [true, "allow-null-check"],
46
"typedef-whitespace": [true, {
47
"call-signature": "nospace",
0 commit comments