summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
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,