Epic-231:versioning, and backup the configuration
[sdnc/oam.git] / configbackuprestore / vnfconfigbackupservice / src / main / webapp / node_modules / angular-object-diff / .jshintrc
1 {
2   "strict"        : true,     // true: Requires all functions run in ES5 Strict Mode
3   "undef"         : true,     // true: Require all non-global variables to be declared (prevents global leaks)
4   "unused"        : true,     // true: Require all defined variables be used
5   "noempty"       : true,     // Prohibit use of empty blocks
6   "trailing"      : true,     // Prohibit trailing whitespaces.
7   "white"         : false,    // Check against strict whitespace and indentation rules.
8   "indent"        : 2,        // {int} Number of spaces to use for indentation
9   "newcap"        : true,     // true: Require capitalization of all constructor functions e.g. `new F()`
10   "quotmark"      : "single", // Quotation mark consistency
11   "-W058"         : true,     // Missing '()' invoking a constructor
12   "browser"       : true,     // Standard browser globals e.g. `window`, `document`.
13   "predef"        : [         // Custom globals.
14     "angular",
15     "G_vmlCanvasManager",
16     "require",
17     "console"
18   ]
19 }