aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-error/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-error/.jshintrc')
-rw-r--r--node_modules/is-error/.jshintrc35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/is-error/.jshintrc b/node_modules/is-error/.jshintrc
new file mode 100644
index 000000000..ac38a067e
--- /dev/null
+++ b/node_modules/is-error/.jshintrc
@@ -0,0 +1,35 @@
+{
+ "bitwise": false,
+ "camelcase": true,
+ "curly": false,
+ "eqeqeq": true,
+ "forin": true,
+ "immed": true,
+ "indent": 4,
+ "latedef": "nofunc",
+ "newcap": true,
+ "noarg": true,
+ "nonew": true,
+ "plusplus": false,
+ "quotmark": false,
+ "regexp": false,
+ "undef": true,
+ "unused": true,
+ "strict": false,
+ "trailing": true,
+ "node": true,
+ "noempty": true,
+ "maxdepth": 4,
+ "maxparams": 4,
+ "newcap": false,
+ "globalstrict": true,
+ "shadow": "outer",
+ "globals": {
+ "console": true,
+ "Buffer": true,
+ "setTimeout": true,
+ "clearTimeout": true,
+ "setInterval": true,
+ "clearInterval": true
+ }
+}