aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
blob: 1d18bc6b1771e2b679d2748af4c17884ef981337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "curly": true,
  "debug": true,
  "eqeqeq": true,
  "esversion": 6,
  "forin": true,
  "latedef": false,
  "mocha": true,
  "noarg": true,
  "nocomma": true,
  "node": true,
  "nonbsp": true,
  "strict": "global",
  "undef": true,
  "unused": true
}