summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-07-19 23:24:57 -0700
committerAlexander Early <alexander.early@gmail.com>2015-07-19 23:24:57 -0700
commit5a0aa3eeffdb44234d6a1186d62f754ceba26b01 (patch)
treefe7630c9809a3bbf05fa96aa6a68c9f3f89b9f31 /.jshintrc
parent2dae7878ef485d40bd14eef4b5be70a246633659 (diff)
downloadasync-5a0aa3eeffdb44234d6a1186d62f754ceba26b01.tar.gz
added not about mocha migration, fixed linting
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index c66d74c..76be34a 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -21,6 +21,9 @@
"node": true,
"globals": {
"self": true,
- "define": true
+ "define": true,
+ "describe": true,
+ "context": true,
+ "it": true
}
}