.jshintrc 80 Bytes
Newer Older
1 2 3 4 5
{
  "node": true,
  "browser": true,
  "predef": ["describe", "it", "before"]
}