diff options
Diffstat (limited to 'deps/npm/node_modules/node-gyp/.jshintrc')
-rw-r--r-- | deps/npm/node_modules/node-gyp/.jshintrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/npm/node_modules/node-gyp/.jshintrc b/deps/npm/node_modules/node-gyp/.jshintrc new file mode 100644 index 000000000..dcbfbcc56 --- /dev/null +++ b/deps/npm/node_modules/node-gyp/.jshintrc @@ -0,0 +1,6 @@ +{ + "asi": true, + "laxcomma": true, + "node": true, + "strict": false +} |