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.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/kamon-status/tslint.json b/kamon-status/tslint.json
index 3076658a..42885fbc 100644
--- a/kamon-status/tslint.json
+++ b/kamon-status/tslint.json
@@ -10,11 +10,12 @@
},
"rules": {
"semicolon": [true, "never"],
- "quotemark": [true, "single"],
+ "quotemark": [true, "double"],
"indent": [true, "spaces", 2],
+ "arrow-parens": [true, "ban-single-arg-parens"],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-consecutive-blank-lines": false
}
-}
+} \ No newline at end of file