Update tslint.json

Normalize max-line-length setting
This commit is contained in:
Eduard
2018-03-02 07:03:15 +02:00
committed by GitHub
parent 3697bdf980
commit 6cf159a284
+2 -1
View File
@@ -20,6 +20,7 @@
false false
], ],
"max-line-length": [ "max-line-length": [
true,
150 150
], ],
"member-ordering": [ "member-ordering": [
@@ -51,4 +52,4 @@
] ]
}, },
"rulesDirectory": [] "rulesDirectory": []
} }