.jshintrc 139 B

12345678910
  1. {
  2. "browser": true,
  3. "devel": true,
  4. "undef": true,
  5. "unused": true,
  6. "globals": {
  7. "Draggabilly": false,
  8. "QUnit": false
  9. }
  10. }