From 47ac870de6096f3b59a3412083d57716cc0e0021 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 7 Oct 2020 13:23:54 +0200 Subject: [PATCH] chore(js-toolkit): add more paths to .eslintignore As I unbreak the build (in order to unbreak the tests), I find these generated files that need to be excluded in order to stop the linting from freaking right out. --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 2280885f9a..adeccbc248 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,13 +3,14 @@ # /maintenance/projects/js-toolkit/qa +/maintenance/projects/js-toolkit/**/generators +/maintenance/projects/js-toolkit/**/lib /maintenance/projects/js-toolkit/**/__fixtures__ /projects/js-toolkit/qa /projects/js-toolkit/**/generators /projects/js-toolkit/**/lib /projects/js-toolkit/**/__tests__ -/projects/js-toolkit/packages/*/generators/** # # Templates