From a5485943b19a26fc3d17ef01527f78ef58adbf22 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Wed, 13 Oct 2021 14:08:37 +0200 Subject: [PATCH] chore(.eslintignore): update to match more paths --- .eslintignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index f3b38afe8..be882215b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,7 @@ -flow-typed/* -lib/* -.eslintrc.js \ No newline at end of file +**/flow-typed/* +**/lib/* +**/build/* +#website/* #dont ignore website (like sidebars.js) +website/build/* +**/coverage/* +#*.js # dont ignore top-level js files