summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/node-gyp/.jshintrc')
-rw-r--r--deps/npm/node_modules/node-gyp/.jshintrc7
1 files changed, 7 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 0000000000..52475ba2e6
--- /dev/null
+++ b/deps/npm/node_modules/node-gyp/.jshintrc
@@ -0,0 +1,7 @@
+{
+ "asi": true,
+ "laxcomma": true,
+ "es5": true,
+ "node": true,
+ "strict": false
+}