.jshintrc 80 B

12345
  1. {
  2. "node": true,
  3. "browser": true,
  4. "predef": ["describe", "it", "before"]
  5. }