aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/tslint.json
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-01-31 22:59:18 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2019-01-31 22:59:18 +0100
commitff8b915260e90084179dcb1d8b0b7b5f62b98470 (patch)
tree612de8f038d3bfb4d1a7fe0d4f41669420fa0f7e /kamon-status/tslint.json
parent1db3f5c9c984dabbad7400c0c092942ff04580c0 (diff)
downloadKamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.tar.gz
Kamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.tar.bz2
Kamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.zip
show number of modules and metrics on the status page
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