Слияние кода завершено, страница обновится автоматически
{
"esprima": "babel-jscs",
"esnext": true,
"predef": ["ACTIONS_AUTH_PATH"],
"requireCurlyBraces": [
"else", "for", "while", "do", "try", "catch", "case", "default"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for", "while", "do", "switch", "return", "try", "catch"
],
"requireParenthesesAroundIIFE": true,
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"requireSpacesInFunctionDeclaration": {
"beforeOpeningCurlyBrace": true
},
"requireSpacesInsideObjectBrackets": {
"allExcept": ["{", "}", "(", ")"]
},
"requireSpacesInsideParentheses": false,
"requireSpacesInsideParenthesizedExpression": {
"allExcept": ["{", "}", "(", ")", "function"]
},
"requireSpacesInsideBrackets": false,
"requireSpacesInsideArrayBrackets": "all",
"disallowMultipleVarDecl": "exceptUndefined",
"requireBlocksOnNewline": 1,
"disallowPaddingNewlinesInBlocks": true,
"disallowEmptyBlocks": true,
"disallowSpacesInsideObjectBrackets": false,
"disallowSpacesInsideArrayBrackets": false,
"disallowSpacesInsideParentheses": false,
"disallowSpaceAfterObjectKeys": true,
"requireCommaBeforeLineBreak": true,
"disallowSpacesInCallExpression": true,
"requireSpaceBeforeObjectValues": true,
"requireOperatorBeforeLineBreak": [
"?",
"+",
"-",
"/",
"*",
"=",
"==",
"===",
"!=",
"!==",
">",
">=",
"<",
"<=",
"||",
"&&"
],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"requireSpaceBeforeBinaryOperators": [
"?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="
],
"requireSpaceAfterBinaryOperators": [
"?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="
],
"disallowSpaceAfterBinaryOperators": ["!"],
"disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"],
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"disallowKeywords": ["with"],
"disallowMultipleLineStrings": true,
"disallowMultipleLineBreaks": true,
"validateLineBreaks": false,
"validateQuoteMarks": null,
"validateIndentation": 2,
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"disallowTrailingComma": true,
"disallowKeywordsOnNewLine": ["else", "catch"],
"requireLineFeedAtFileEnd": true,
"maximumLineLength": {
"value": 150,
"allowUrlComments": true
},
"requireCapitalizedConstructors": true,
"requireDotNotation": true,
"requireSpaceAfterLineComment": true,
"validateParameterSeparator": ", ",
"disallowNewlineBeforeBlockStatements": true,
"requirePaddingNewlinesBeforeKeywords": [
"do",
"for",
"if",
"switch",
"try",
"void",
"while",
"with",
"return"
],
"excludeFiles": ["node_modules/**", "coverage", "public/assets", "webpack/**", "TO_BE_REMOVED"]
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )