Not check linebreak-style
This commit is contained in:
parent
ac652f2723
commit
b3689f2995
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue