summaryrefslogtreecommitdiffstats
path: root/node_modules/undefsafe/.jshintrc
blob: b47f672fd9451ebe3a3378f4f84166dcdd13fc27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "browser": false,
  "camelcase": true,
  "curly": true,
  "devel": true,
  "eqeqeq": true,
  "forin": true,
  "indent": 2,
  "noarg": true,
  "node": true,
  "quotmark": "single",
  "undef": true,
  "strict": false,
  "unused": true
}