Skip to content
Snippets Groups Projects
Commit b3689f29 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Not check linebreak-style

parent ac652f27
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment