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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
false false
], ],
"max-line-length": [ "max-line-length": [
true,
150 150
], ],
"member-ordering": [ "member-ordering": [