.jshintrc 94 B

123456789
  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "undef": true,
  5. "globals": {
  6. "jQuery": true
  7. }
  8. }