8
0

.jshintrc 223 B

123456789101112131415161718
  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. "globalstrict": true,
  12. "globals": {
  13. "CKEDITOR": false
  14. }
  15. }