summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-11-05 01:28:35 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-11-05 01:28:35 +0100
commit9be9f8e73940f1a38410575557fcd57cc620a8f4 (patch)
tree40e42751c97d7e213aefa719feac9d5509810376 /tslint.json
parent5593bf2d364667d8402daa8fde8f43647f7360a6 (diff)
downloadrpgedit-9be9f8e73940f1a38410575557fcd57cc620a8f4.tar
rpgedit-9be9f8e73940f1a38410575557fcd57cc620a8f4.zip
Read collision barriers from map file
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index c6d9646..3d735e4 100644
--- a/tslint.json
+++ b/tslint.json
@@ -5,7 +5,7 @@
],
"jsRules": {},
"rules": {
- "curly": [true, "as-needed"],
+ "curly": false,
"indent": [true, "tabs"],
"interface-name": false,
"max-classes-per-file": false,