From aee76569069191c7952a273e9a49e4bc945c2495 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 8 Jul 2019 22:40:31 +0900 Subject: [PATCH] Ignore node_modules when eslint --- .eslintignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index d8b0d0ae..3659f1ad 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,2 @@ -test/unit/coverage/** -test/unit/*.js -test/e2e/*.js +node_modules/* +dist/*