8
0

.jshintrc 235 B

1234567891011121314151617181920
  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. "predef": [
  15. "-Promise"
  16. ]
  17. }