summaryrefslogtreecommitdiff
path: root/mocha_test/.jshintrc
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2015-07-26 21:08:07 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2015-07-26 21:35:53 -0400
commit1f97538586e09ce76168fa1ceb04288fd958b0a0 (patch)
treedb435164dc9e86cb3f4bcf792f6ff831012c98b7 /mocha_test/.jshintrc
parentf629c02300ff7750f717c670cbc054339da11fc3 (diff)
downloadasync-1f97538586e09ce76168fa1ceb04288fd958b0a0.tar.gz
Fix mocha_test lint warnings
Diffstat (limited to 'mocha_test/.jshintrc')
-rw-r--r--mocha_test/.jshintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mocha_test/.jshintrc b/mocha_test/.jshintrc
new file mode 100644
index 0000000..ea272bc
--- /dev/null
+++ b/mocha_test/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "mocha": true,
+ "expr": true
+} \ No newline at end of file