diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:51:09 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:51:09 +0900 |
| commit | b3689f2995a1d4e8be22d92fc4a5511d0fc89e11 (patch) | |
| tree | cfe2d0b314f82bb087d9e151a8af07ea9944e595 | |
| parent | Rename project to tsProject (diff) | |
| download | sharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.tar.gz sharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.tar.bz2 sharkey-b3689f2995a1d4e8be22d92fc4a5511d0fc89e11.zip | |
Not check linebreak-style
| -rw-r--r-- | tslint.json | 2 |
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, |