From 029cbb4944cc35ad8eaebd10be9b21804f479ef8 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Tue, 3 Oct 2023 16:04:39 -0700 Subject: [PATCH] fix: Add `system-test/fixtures` to `.eslintignore` --- 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..87a018350 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