From af04cbe3592656cf6981232550a460f1b10e2560 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 31 Oct 2018 14:24:38 +0100 Subject: view: refactor generic parts of MapView into a TileView --- tslint.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tslint.json') 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"] -- cgit v1.2.3