tslint: Enable indent
The project seems to use tabs, so we can enable the tslint rule for it.
This commit is contained in:
parent
186115cf7a
commit
37570139e3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
"extends": "tslint:recommended",
|
"extends": "tslint:recommended",
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-null-keyword": true,
|
"no-null-keyword": true,
|
||||||
|
"indent": [true, "tabs"],
|
||||||
/* Rules in tslint:recommended that we don't follow yet. */
|
/* Rules in tslint:recommended that we don't follow yet. */
|
||||||
"array-type": false,
|
"array-type": false,
|
||||||
"arrow-parens": false,
|
"arrow-parens": false,
|
||||||
|
|
@ -12,7 +13,6 @@
|
||||||
"comment-format": false,
|
"comment-format": false,
|
||||||
"curly": false,
|
"curly": false,
|
||||||
"eofline": false,
|
"eofline": false,
|
||||||
"indent": false,
|
|
||||||
"interface-name": false,
|
"interface-name": false,
|
||||||
"max-classes-per-file": false,
|
"max-classes-per-file": false,
|
||||||
"max-line-length": false,
|
"max-line-length": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue