From 86af6bb0349fb7522e9a062a9d06c7fc020971c0 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 7 Mar 2018 22:30:33 -0800 Subject: [PATCH] fix my carelessness in e19e879 - ensure `lib/mocha.js` is linted but `mocha.js` is not --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 5a471dd620..48c498f279 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ coverage/ -./mocha.js +mocha.js *.fixture.js docs/ +!lib/mocha.js