aboutsummaryrefslogtreecommitdiff
path: root/test/unit/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/.eslintrc')
-rw-r--r--test/unit/.eslintrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/unit/.eslintrc b/test/unit/.eslintrc
new file mode 100644
index 00000000..959a4f4b
--- /dev/null
+++ b/test/unit/.eslintrc
@@ -0,0 +1,9 @@
+{
+ "env": {
+ "mocha": true
+ },
+ "globals": {
+ "expect": true,
+ "sinon": true
+ }
+}