.jshintrc 177 B

123456789101112
  1. {
  2. "curly": true,
  3. "eqnull": true,
  4. "eqeqeq": true,
  5. "expr": true,
  6. "latedef": true,
  7. "noarg": true,
  8. "smarttabs": true,
  9. "trailing": true,
  10. "undef": true
  11. }