summaryrefslogtreecommitdiff
path: root/node_modules/textr/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/textr/.jshintrc')
-rw-r--r--node_modules/textr/.jshintrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/textr/.jshintrc b/node_modules/textr/.jshintrc
new file mode 100644
index 0000000..e61ba01
--- /dev/null
+++ b/node_modules/textr/.jshintrc
@@ -0,0 +1,17 @@
+{
+ "browser": false,
+ "curly": true,
+ "expr": true,
+ "indent": false,
+ "jquery": false,
+ "laxcomma": true,
+ "laxbreak": true,
+ "maxcomplexity": 10,
+ "maxdepth": 3,
+ "maxparams": 4,
+ "node": true,
+ "trailing": true,
+ "quotmark": "single",
+ "strict": true,
+ "undef": true
+}