diff --git a/tslint.json b/tslint.json index b44b715d64..eec7dc35dd 100644 --- a/tslint.json +++ b/tslint.json @@ -3,7 +3,10 @@ "class-name": true, "curly": false, "eofline": true, - "indent": "spaces", + "indent": [ + true, + "spaces" + ], "max-line-length": [ true, 100