diff options
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json index d3f96000b9..ae0df46b96 100644 --- a/tslint.json +++ b/tslint.json @@ -5,6 +5,7 @@ ], "jsRules": {}, "rules": { + "align": false, "indent": ["tab"], "quotemark": ["single"], "no-var-requires": false, |