.jshintrc 71 B

123456
  1. {
  2. "globals": {
  3. "console": true,
  4. "window": true
  5. }
  6. }