| 12345678910111213141516171819202122232425 |
- {
- "bitwise": true,
- "curly": true,
- "eqeqeq": true,
- "forin": true,
- "freeze": true,
- "funcscope": true,
- "iterator": true,
- "latedef": true,
- "noarg": true,
- "nocomma": false,
- "noempty": true,
- "nonbsp": true,
- "nonew": true,
- "undef": true,
- "unused": true,
- "strict": false,
- "node": true,
- "browser": true,
- "jquery": true,
- "qunit": true,
- "globals": {
- "define": true
- }
- }
|