aboutsummaryrefslogtreecommitdiff
path: root/node_modules/exit/.jshintrc
blob: 2b7e39bf8cdcca0eacd5eaefd77753d576d63570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": "nofunc",
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "boss": true,
  "eqnull": true,
  "node": true
}