We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186115c commit 3757013Copy full SHA for 3757013
tslint.json
@@ -3,6 +3,7 @@
3
"extends": "tslint:recommended",
4
"rules": {
5
"no-null-keyword": true,
6
+ "indent": [true, "tabs"],
7
/* Rules in tslint:recommended that we don't follow yet. */
8
"array-type": false,
9
"arrow-parens": false,
@@ -12,7 +13,6 @@
12
13
"comment-format": false,
14
"curly": false,
15
"eofline": false,
- "indent": false,
16
"interface-name": false,
17
"max-classes-per-file": false,
18
"max-line-length": false,
0 commit comments