| 12345678910111213141516171819 |
- {
- "browser": true,
- "esnext": true,
- "immed": true,
- "latedef": "nofunc",
- "noarg": true,
- "nonbsp": true,
- "undef": true,
- "unused": true,
- "strict": true,
- "varstmt": true,
- "globalstrict": true,
- "globals": {
- "CKEDITOR": false
- }
- }
|