aboutsummaryrefslogtreecommitdiff
path: root/node_modules/liftoff/.jshintrc
blob: 6871084031632f3399ba1a55dc1263d55b62da14 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "undef": true,
  "unused": true,
  "node": true,
  "esnext": true,
  "expr": true,
  "globals": {
    "describe": true,
    "it": true
  }
}