summaryrefslogtreecommitdiff
path: root/server/.yarn/unplugged/nodemon-npm-2.0.19-5d6fa595c6/node_modules/nodemon/.jshintrc
blob: fb991ae890932a81bcc47dec61f6f6b525b14deb (plain)
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
}