From b7858ba70e8acabc89d13558a71dd9318a57034a Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 4 Oct 2023 13:55:21 -0700 Subject: [PATCH] fix(nodejs): Add `system-test/fixtures` to `.eslintignore` (#1877) * fix: Add `system-test/fixtures` to `.eslintignore` * refactor: Use `**` --- synthtool/gcp/templates/node_library/.eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/node_library/.eslintignore b/synthtool/gcp/templates/node_library/.eslintignore index ea5b04aeb..c4a0963e9 100644 --- a/synthtool/gcp/templates/node_library/.eslintignore +++ b/synthtool/gcp/templates/node_library/.eslintignore @@ -5,3 +5,4 @@ build/ docs/ protos/ samples/generated/ +system-test/**/fixtures