Update tslint.json

This commit is contained in:
Aya Morisawa 2016-12-29 10:01:59 +09:00
parent e3d8b7e83b
commit 7e04624836

View File

@ -67,7 +67,7 @@
"indent": [true, "tabs"],
"linebreak-style": false,
"max-file-line-count": false,
"max-line-length": [true, 140],
"max-line-length": false,
"no-default-export": false,
"no-mergeable-namespace": true,
"no-require-imports": false,