.jshintrc 196 B

1234567891011121314
  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "latedef": true,
  5. "noarg": true,
  6. "noempty": true,
  7. "quotmark": "double",
  8. "undef": true,
  9. "unused": true,
  10. "strict": true,
  11. "trailing": true,
  12. "node": true
  13. }