summaryrefslogtreecommitdiff
path: root/test/.jshintrc
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2018-06-02 18:35:23 -0700
committerAlexander Early <alexander.early@gmail.com>2018-06-02 18:35:32 -0700
commitbd86f42a7d71552d9a502b50235ffc090a1b4a98 (patch)
treef5170115927ad4097f1a393d34b8a52f5c9bbfeb /test/.jshintrc
parentb149f7dcc7daba4d7bac5a313bdf6d1a85210cb1 (diff)
downloadasync-bd86f42a7d71552d9a502b50235ffc090a1b4a98.tar.gz
move mocha_tests/ to test/
Diffstat (limited to 'test/.jshintrc')
-rw-r--r--test/.jshintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc
new file mode 100644
index 0000000..ea272bc
--- /dev/null
+++ b/test/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "mocha": true,
+ "expr": true
+} \ No newline at end of file