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, 0 insertions, 17 deletions
diff --git a/node_modules/textr/.jshintrc b/node_modules/textr/.jshintrc
deleted file mode 100644
index e61ba01..0000000
--- a/node_modules/textr/.jshintrc
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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
-}