| 12345678910111213141516171819202122232425262728 |
- {
- "shadow": "inner",
- "indent": 1,
- "camelcase": false,
- "eqeqeq": true,
- "eqnull": true,
- "freeze": true,
- "funcscope": true,
- "newcap": true,
- "noarg": true,
- "noempty": true,
- "nonbsp": true,
- "unused": "vars",
- "undef": true,
- "scripturl": true,
- "loopfunc": true,
- "strict": "implied",
- "validthis": true,
- "esnext": true,
- "globals": {},
- "browser": true,
- "devel": true,
- "mocha": true,
- "node": true,
- "jquery": true
- }
|