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