NonRT-RIC A1 Northbound API
[nonrtric.git] / sdnc-a1-controller / oam / configbackuprestore / vnfconfigbackupservice / src / main / webapp / node_modules / angular-object-diff / .jscsrc
1 {
2   "requireCurlyBraces": [
3     "try",
4     "catch",
5     "do"
6   ],
7   "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
8   "requireCapitalizedConstructors": true,
9   "validateIndentation": 2,
10   "validateQuoteMarks": "'",
11
12   "disallowQuotedKeysInObjects": true,
13   "disallowSpaceAfterObjectKeys": true,
14
15   "requireSpaceBeforeBinaryOperators": [
16     "=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=",
17     "&=", "|=", "^=", "+=",
18
19     "+", "-", "*", "/", "%", "<<", ">>", ">>>", "&",
20     "|", "^", "&&", "||", "===", "==", ">=",
21     "<=", "<", ">", "!=", "!=="
22   ],
23   "requireSpaceAfterBinaryOperators": true,
24   "requireSpacesInConditionalExpression": true,
25   "requireSpaceBeforeBlockStatements": true,
26   "requireSpacesInForStatement": true,
27   "requireLineFeedAtFileEnd": true,
28   "requireSpacesInFunctionExpression": {
29     "beforeOpeningCurlyBrace": true
30   },
31   "requireDotNotation": true,
32   "disallowSpacesInsideArrayBrackets": "all",
33   "disallowSpacesInsideParentheses": true,
34
35
36   "validateJSDoc": {
37     "checkParamNames": true,
38     "requireParamTypes": true
39   },
40
41   "disallowMultipleLineBreaks": true,
42   "disallowNewlineBeforeBlockStatements": true,
43   "disallowKeywords": [ "with" ],
44
45   "excludeFiles": [
46     "bower_components/**",
47     "node_modules/**",
48     "dist/**",
49     "test/coverage/**",
50     "examples/smoothscroll.min.js"
51   ]
52 }