.jshintrc 131 B

12345678910
  1. {
  2. "node": true,
  3. "curly": true,
  4. "latedef": true,
  5. "quotmark": true,
  6. "undef": true,
  7. "unused": true,
  8. "trailing": true
  9. }