Not check linebreak-style

This commit is contained in:
Aya Morisawa 2016-12-29 09:51:09 +09:00
parent ac652f2723
commit b3689f2995

View file

@ -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,