summaryrefslogtreecommitdiff
path: root/lib/eachoflimit/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachoflimit/.jshintrc')
-rw-r--r--lib/eachoflimit/.jshintrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/lib/eachoflimit/.jshintrc b/lib/eachoflimit/.jshintrc
deleted file mode 100644
index 76be34a..0000000
--- a/lib/eachoflimit/.jshintrc
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- // Enforcing options
- "eqeqeq": false,
- "forin": true,
- "indent": 4,
- "noarg": true,
- "undef": true,
- "unused": true,
- "trailing": true,
- "evil": true,
- "laxcomma": true,
-
- // Relaxing options
- "onevar": false,
- "asi": false,
- "eqnull": true,
- "expr": false,
- "loopfunc": true,
- "sub": true,
- "browser": true,
- "node": true,
- "globals": {
- "self": true,
- "define": true,
- "describe": true,
- "context": true,
- "it": true
- }
-}