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