.jshintrc 100 B

123456789
  1. {
  2. "proto": true,
  3. "globals": {
  4. "browser": true,
  5. "jQuery": false,
  6. "devel": true
  7. }
  8. }