summaryrefslogtreecommitdiffstats
path: root/tests/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/.eslintrc')
-rw-r--r--tests/.eslintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/.eslintrc b/tests/.eslintrc
new file mode 100644
index 0000000..7eeefc3
--- /dev/null
+++ b/tests/.eslintrc
@@ -0,0 +1,5 @@
+{
+ "env": {
+ "mocha": true
+ }
+}