1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "bitwise": false,
- "curly": true,
- "eqeqeq": true,
- "forin": true,
- "funcscope": true,
- "futurehostile": true,
- "globals": {
- "Config": true,
- "cryptolib": true,
- "cryptolibPolicies": true,
- "cryptoPRNG": true,
- "forge": true,
- "sjcl": true,
- "module": true,
- "exports": true,
- "require": true,
- "process": true
- },
- "immed": true,
- "indent": 4,
- "iterator": true,
- "latedef": "nofunc",
- "laxbreak": true,
- "maxcomplexity": 0,
- "maxdepth": 10,
- "maxparams": 20,
- "maxstatements": 100,
- "newcap": true,
- "noempty": true,
- "noarg": true,
- "nonbsp": true,
- "nonew": true,
- "notypeof": true,
- "strict": true,
- "undef": true,
- "unused": true,
- "browser": true,
- "jasmine": true,
- "jquery": true
- }
|