summaryrefslogtreecommitdiffstats
path: root/tests/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/.eslintrc.js')
-rw-r--r--tests/.eslintrc.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/.eslintrc.js b/tests/.eslintrc.js
new file mode 100644
index 00000000..b12f29ba
--- /dev/null
+++ b/tests/.eslintrc.js
@@ -0,0 +1,6 @@
+module.exports = {
+ env: {
+ mocha: true,
+ jest: true
+ }
+}