From 453a9391ccf1ab0c7a6869c44664bfcdd1b68fa1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 9 Nov 2018 13:27:49 +0100 Subject: Allow interacting with entities --- tslint.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 3d735e4..e3b63f0 100644 --- a/tslint.json +++ b/tslint.json @@ -10,6 +10,7 @@ "interface-name": false, "max-classes-per-file": false, "no-bitwise": false, + "object-literal-sort-keys": false, "one-variable-per-declaration": false, "quotemark": [true, "single", "avoid-escape", "avoid-template"] }, -- cgit v1.2.3