summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:51:09 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:51:09 +0900
commitb3689f2995a1d4e8be22d92fc4a5511d0fc89e11 (patch)
treecfe2d0b314f82bb087d9e151a8af07ea9944e595 /tslint.json
parentRename project to tsProject (diff)
downloadsharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.tar.gz
sharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.tar.bz2
sharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.zip
Not check linebreak-style
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index c1574ec1ce..3760b00141 100644
--- a/tslint.json
+++ b/tslint.json
@@ -68,7 +68,7 @@
// Maintainability
"eofline": true,
"indent": [true, "tabs"],
- "linebreak-style": [true, "CRLF"],
+ "linebreak-style": false,
"max-file-line-count": false,
"max-line-length": [true, 140],
"no-default-export": false,