summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index 79ec24c..c6d9646 100644
--- a/tslint.json
+++ b/tslint.json
@@ -8,6 +8,7 @@
"curly": [true, "as-needed"],
"indent": [true, "tabs"],
"interface-name": false,
+ "max-classes-per-file": false,
"no-bitwise": false,
"one-variable-per-declaration": false,
"quotemark": [true, "single", "avoid-escape", "avoid-template"]