summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/doctrine/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/doctrine/.jshintrc')
-rw-r--r--tools/eslint/node_modules/doctrine/.jshintrc28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/doctrine/.jshintrc b/tools/eslint/node_modules/doctrine/.jshintrc
new file mode 100644
index 0000000000..3ecc7bcde6
--- /dev/null
+++ b/tools/eslint/node_modules/doctrine/.jshintrc
@@ -0,0 +1,28 @@
+{
+ "curly": true,
+ "eqeqeq": true,
+ "immed": true,
+ "indent": 4,
+ "eqnull": true,
+ "latedef": true,
+ "noarg": true,
+ "noempty": true,
+ "quotmark": "single",
+ "undef": true,
+ "unused": "vars",
+ "strict": true,
+ "trailing": true,
+ "validthis": true,
+ "bitwise": true,
+ "plusplus": false,
+ "nomen": true,
+
+ "onevar": true,
+
+ "node": true,
+ "predef": [
+ "doctrine",
+ "parseTypeExpression",
+ "parseTop"
+ ]
+}