diff --git a/.eslintignore b/.eslintignore index 237ee307..595711db 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ -coverage/ -dist/ +coverage +dist +node_modules **/*.js diff --git a/.prettierignore b/.prettierignore index cec3081e..68afefa8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ +coverage +dist node_modules .serverless .webpack