summaryrefslogtreecommitdiff
path: root/test/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/.eslintrc.json')
-rw-r--r--test/.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json
new file mode 100644
index 0000000..10d2238
--- /dev/null
+++ b/test/.eslintrc.json
@@ -0,0 +1,5 @@
+{
+ "env": {
+ "node": true
+ }
+}