Skip to content

Commit 3757013

Browse files
committed
tslint: Enable indent
The project seems to use tabs, so we can enable the tslint rule for it.
1 parent 186115c commit 3757013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": "tslint:recommended",
44
"rules": {
55
"no-null-keyword": true,
6+
"indent": [true, "tabs"],
67
/* Rules in tslint:recommended that we don't follow yet. */
78
"array-type": false,
89
"arrow-parens": false,
@@ -12,7 +13,6 @@
1213
"comment-format": false,
1314
"curly": false,
1415
"eofline": false,
15-
"indent": false,
1616
"interface-name": false,
1717
"max-classes-per-file": false,
1818
"max-line-length": false,

0 commit comments

Comments
 (0)