.jshintrc 88 B

1234567
  1. {
  2. "asi": true,
  3. "laxcomma": true,
  4. "es5": true,
  5. "node": true,
  6. "strict": false
  7. }