.jshintrc 241 B

12345678910111213141516171819
  1. {
  2. "browser": true,
  3. "esnext": true,
  4. "immed": true,
  5. "latedef": "nofunc",
  6. "noarg": true,
  7. "nonbsp": true,
  8. "undef": true,
  9. "unused": true,
  10. "strict": true,
  11. "varstmt": true,
  12. "globalstrict": true,
  13. "globals": {
  14. "CKEDITOR": false
  15. }
  16. }