8
0

.jshintrc 205 B

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