UNPKG

http-metrics

Version:

The metrics of the HTTP/HTTPS request process

41 lines (40 loc) 1.7 kB
{ "disallowMixedSpacesAndTabs": true, "disallowMultipleSpaces": true, "disallowMultipleVarDecl": "exceptUndefined", "disallowNewlineBeforeBlockStatements": true, "disallowSpaceAfterObjectKeys": true, "disallowSpaceAfterPrefixUnaryOperators": true, "disallowSpaceBeforePostfixUnaryOperators": true, "disallowSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true }, "disallowSpacesInCallExpression": true, "disallowTrailingComma": true, "disallowTrailingWhitespace": true, "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", "requireCapitalizedConstructors": true, "requireCommaBeforeLineBreak": true, "requireLineFeedAtFileEnd": true, "requireParenthesesAroundIIFE": true, "requireSemicolons": true, "requireSpaceAfterBinaryOperators": true, "requireSpaceAfterKeywords": ["do", "for", "if", "else", "switch", "case", "try", "catch", "void", "while", "with", "return", "typeof"], "requireSpaceAfterLineComment": true, "requireSpaceBeforeBinaryOperators": true, "requireSpaceBeforeBlockStatements": true, "requireSpaceBeforeKeywords": ["else", "while", "catch"], "requireSpaceBeforeObjectValues": true, "requireSpaceBetweenArguments": true, "requireSpacesInConditionalExpression": true, "requireSpacesInForStatement": true, "requireSpacesInsideObjectBrackets": "all", "safeContextKeyword": "self", "validateAlignedFunctionParameters": { "lineBreakAfterOpeningBraces": true, "lineBreakBeforeClosingBraces": true }, "validateLineBreaks": "LF", "validateNewlineAfterArrayElements": { "ignoreBrackets": true }, "validateParameterSeparator": ", ", "validateQuoteMarks": "'", "validateIndentation": 2 }