.jshintrc 138 B

123456789
  1. {
  2. "expr": true,
  3. "asi": true,
  4. "strict": false,
  5. "undef": true,
  6. "unused": "strict",
  7. "multistr": true,
  8. "node": true
  9. }