summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-10-31 14:24:38 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-10-31 14:24:38 +0100
commitaf04cbe3592656cf6981232550a460f1b10e2560 (patch)
treee39a0c01385d4aec6c8b85bf93b4555c33c63fc1 /tslint.json
parent272e37a4084526688cb4408d9e2b959f57c0d2c7 (diff)
downloadrpgedit-af04cbe3592656cf6981232550a460f1b10e2560.tar
rpgedit-af04cbe3592656cf6981232550a460f1b10e2560.zip
view: refactor generic parts of MapView into a TileView
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"]