Skip to content

Commit 63650a0

Browse files
committed
(d) DROP ME
1 parent 23f70a6 commit 63650a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rules": {
88
"indent": [true, "spaces", 4],
99
"max-classes-per-file": false,
10-
"object-literal-sort-keys": false
10+
"object-literal-sort-keys": false,
11+
"max-line-length": false
1112
},
1213
"rulesDirectory": []
1314
}

0 commit comments

Comments
 (0)