summaryrefslogtreecommitdiffstats
path: root/node_modules/node-gyp/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-gyp/.jshintrc')
-rw-r--r--node_modules/node-gyp/.jshintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/node-gyp/.jshintrc b/node_modules/node-gyp/.jshintrc
new file mode 100644
index 0000000..52475ba
--- /dev/null
+++ b/node_modules/node-gyp/.jshintrc
@@ -0,0 +1,7 @@
+{
+ "asi": true,
+ "laxcomma": true,
+ "es5": true,
+ "node": true,
+ "strict": false
+}