.jshintrc 202 B

12345678910111213
  1. {
  2. "node": true,
  3. "camelcase": true,
  4. "eqeqeq": true,
  5. "undef": true,
  6. "unused": true,
  7. "curly": true,
  8. "newcap": true,
  9. "nonew": true,
  10. "trailing": true,
  11. "smarttabs": true,
  12. "noarg": true
  13. }