Merge pull request #28 from e-watson/patch-1

Update tslint.json
This commit is contained in:
Kamil Myśliwiec 2018-03-09 09:30:43 +01:00 committed by GitHub
commit e5a4f0d4f2
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": [
@ -51,4 +52,4 @@
] ]
}, },
"rulesDirectory": [] "rulesDirectory": []
} }