summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index 75849af..79ec24c 100644
--- a/tslint.json
+++ b/tslint.json
@@ -7,7 +7,9 @@
"rules": {
"curly": [true, "as-needed"],
"indent": [true, "tabs"],
+ "interface-name": false,
"no-bitwise": false,
+ "one-variable-per-declaration": false,
"quotemark": [true, "single", "avoid-escape", "avoid-template"]
},
"rulesDirectory": []