We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f70a6 commit 63650a0Copy full SHA for 63650a0
tslint.json
@@ -7,7 +7,8 @@
7
"rules": {
8
"indent": [true, "spaces", 4],
9
"max-classes-per-file": false,
10
- "object-literal-sort-keys": false
+ "object-literal-sort-keys": false,
11
+ "max-line-length": false
12
},
13
"rulesDirectory": []
14
}
0 commit comments