summaryrefslogtreecommitdiff
path: root/lib/map/.jshintrc
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-12-23 15:50:39 -0500
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-12-29 16:48:48 -0500
commit18e61d4f07f48604601f2effdbe2a7e188d14d4a (patch)
treed4761428f57ec80816bea109124fd836cdaf20a6 /lib/map/.jshintrc
parent7127b67f94a22247c36bf40e4f2685912e0f80e9 (diff)
downloadasync-18e61d4f07f48604601f2effdbe2a7e188d14d4a.tar.gz
[WIP] modularization (#984)
Diffstat (limited to 'lib/map/.jshintrc')
-rw-r--r--lib/map/.jshintrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/lib/map/.jshintrc b/lib/map/.jshintrc
deleted file mode 100644
index 76be34a..0000000
--- a/lib/map/.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
- }
-}