aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-status/tslint.json')
-rw-r--r--kamon-status/tslint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/kamon-status/tslint.json b/kamon-status/tslint.json
index 42885fbc..7bd86997 100644
--- a/kamon-status/tslint.json
+++ b/kamon-status/tslint.json
@@ -10,9 +10,10 @@
},
"rules": {
"semicolon": [true, "never"],
- "quotemark": [true, "double"],
+ "quotemark": [true, "single"],
"indent": [true, "spaces", 2],
"arrow-parens": [true, "ban-single-arg-parens"],
+ "trailing-comma": false,
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,