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/*