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.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/kamon-status/tslint.json b/kamon-status/tslint.json
new file mode 100644
index 00000000..3076658a
--- /dev/null
+++ b/kamon-status/tslint.json
@@ -0,0 +1,20 @@
+{
+ "defaultSeverity": "warning",
+ "extends": [
+ "tslint:recommended"
+ ],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**"
+ ]
+ },
+ "rules": {
+ "semicolon": [true, "never"],
+ "quotemark": [true, "single"],
+ "indent": [true, "spaces", 2],
+ "interface-name": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "no-consecutive-blank-lines": false
+ }
+}