aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc')
-rw-r--r--vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc42
1 files changed, 42 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc b/vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc
new file mode 100644
index 00000000..9544d2d2
--- /dev/null
+++ b/vnfmarket/src/main/webapp/common/thirdparty/bootstrap/js/.jscsrc
@@ -0,0 +1,42 @@
+{
+ "disallowEmptyBlocks": true,
+ "disallowKeywords": ["with"],
+ "disallowMixedSpacesAndTabs": true,
+ "disallowMultipleLineStrings": true,
+ "disallowMultipleVarDecl": true,
+ "disallowQuotedKeysInObjects": "allButReserved",
+ "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
+ "disallowSpaceBeforeBinaryOperators": [","],
+ "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
+ "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },
+ "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
+ "disallowSpacesInsideArrayBrackets": true,
+ "disallowSpacesInsideParentheses": true,
+ "disallowTrailingComma": true,
+ "disallowTrailingWhitespace": true,
+ "requireCamelCaseOrUpperCaseIdentifiers": true,
+ "requireCapitalizedConstructors": true,
+ "requireCommaBeforeLineBreak": true,
+ "requireDollarBeforejQueryAssignment": true,
+ "requireDotNotation": true,
+ "requireLineFeedAtFileEnd": true,
+ "requirePaddingNewLinesAfterUseStrict": true,
+ "requirePaddingNewLinesBeforeExport": true,
+ "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
+ "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
+ "requireSpaceAfterLineComment": true,
+ "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
+ "requireSpaceBetweenArguments": true,
+ "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true },
+ "requireSpacesInConditionalExpression": true,
+ "requireSpacesInForStatement": true,
+ "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
+ "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
+ "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
+ "requireSpacesInsideObjectBrackets": "allButNested",
+ "validateAlignedFunctionParameters": true,
+ "validateIndentation": 2,
+ "validateLineBreaks": "LF",
+ "validateNewlineAfterArrayElements": true,
+ "validateQuoteMarks": "'"
+}