summaryrefslogtreecommitdiffstats
path: root/node_modules/node-gyp/.jshintrc
blob: 52475ba2e6c1554290dd91c9c69cee5491a46a2d (plain) (blame)
1
2
3
4
5
6
7
{
  "asi": true,
  "laxcomma": true,
  "es5": true,
  "node": true,
  "strict": false
}