123456789101112131415161718192021 |
- {
- "nonbsp": true,
- "trailing": true,
- "indent": 4,
- "quotmark": "single",
- "eqeqeq": true,
- "curly": true,
- "forin": true,
- "latedef": true,
- "immed": true,
- "newcap": true,
- "noempty": true,
- "nonew": true,
- "undef": true,
- "unused": true,
- "strict": true,
- "browser": true,
- "globals": {
- "jQuery": false
- }
- }
|