remove line breaks jscs rule
it was hating me on windows
This commit is contained in:
Родитель
32c56326a8
Коммит
24c6741180
|
@ -14,7 +14,6 @@
|
|||
"requireLineFeedAtFileEnd": true,
|
||||
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return"],
|
||||
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
||||
"validateLineBreaks": "LF",
|
||||
"validateQuoteMarks": true,
|
||||
"validateJSDoc": {
|
||||
"checkParamNames": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче