From 4d12a65529e5fb08726e56328177b410686d3595 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 23 Jan 2017 14:16:25 +0000 Subject: [PATCH] Add mocha env for tests in eslint config --- test/.eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/.eslintrc.js diff --git a/test/.eslintrc.js b/test/.eslintrc.js new file mode 100644 index 0000000000..4cc4659d7d --- /dev/null +++ b/test/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + env: { + mocha: true, + }, +}