Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.scrollto/.jscsrc')
-rw-r--r--node_modules/jquery.scrollto/.jscsrc41
1 files changed, 41 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/.jscsrc b/node_modules/jquery.scrollto/.jscsrc
new file mode 100644
index 0000000000..43070ba346
--- /dev/null
+++ b/node_modules/jquery.scrollto/.jscsrc
@@ -0,0 +1,41 @@
+{
+ "requireCurlyBraces": [
+ "do","else","for","switch", "try","catch","while"
+ ],
+ "requireSpaceBeforeKeywords": [
+ "else", "catch"
+ ],
+ "requireSpaceAfterKeywords": [
+ "do", "for", "if", "else", "switch", "case", "try",
+ "catch", "void", "while", "with", "return", "typeof"
+ ],
+ "requireSpaceBeforeBlockStatements": true,
+ "requireParenthesesAroundIIFE": true,
+ "requireSpacesInFunctionExpression": {"beforeOpeningCurlyBrace": true},
+ "disallowSpacesInFunctionExpression": {"beforeOpeningRoundBrace": true},
+ "disallowSpacesInCallExpression": true,
+ "requireBlocksOnNewline": 1,
+ "disallowPaddingNewlinesInBlocks": true,
+ "disallowEmptyBlocks": true,
+ "disallowQuotedKeysInObjects": "allButReserved",
+ "disallowSpaceAfterObjectKeys": true,
+ "requireCommaBeforeLineBreak": true,
+ "requireOperatorBeforeLineBreak": true,
+ "disallowSpaceAfterPrefixUnaryOperators": true,
+ "disallowSpaceBeforePostfixUnaryOperators": true,
+ "disallowKeywords": [ "with" ],
+ "disallowMultipleLineBreaks": true,
+ "disallowMixedSpacesAndTabs": "smart",
+ "disallowOperatorBeforeLineBreak": ["."],
+ "disallowTrailingWhitespace": true,
+ "disallowTrailingComma": true,
+ "disallowKeywordsOnNewLine": ["else"],
+ "requireCapitalizedConstructors": true,
+ "requireDotNotation": true,
+ "disallowYodaConditions": true,
+ "disallowNewlineBeforeBlockStatements": true,
+ "validateLineBreaks": "LF",
+ "validateQuoteMarks": { "mark": "'", "escape": true },
+ "validateIndentation": "\t",
+ "validateParameterSeparator": ", "
+} \ No newline at end of file