summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-11-09 13:27:49 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-11-09 13:27:49 +0100
commit453a9391ccf1ab0c7a6869c44664bfcdd1b68fa1 (patch)
tree1990de3e2da6c88cf48310a53937d0decac20329 /tslint.json
parente0eddb8741b840df97380e557abd51b47a5e2eee (diff)
downloadrpgedit-453a9391ccf1ab0c7a6869c44664bfcdd1b68fa1.tar
rpgedit-453a9391ccf1ab0c7a6869c44664bfcdd1b68fa1.zip
Allow interacting with entities
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 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"]
},