From 98dedfd2ff13bc40172afa02adfc5a7f2dd9ef54 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 2 Jan 2016 18:57:06 -0700 Subject: [PATCH] Custom lint configuration for test directory --- test/.eslintrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/.eslintrc.json diff --git a/test/.eslintrc.json b/test/.eslintrc.json new file mode 100644 index 0000000000..3c8fcd734a --- /dev/null +++ b/test/.eslintrc.json @@ -0,0 +1,8 @@ +{ + "env": { + "mocha": true + }, + "globals": { + "expect": true + } +}