From f9a0e9504578557b409fb16b491d60a60d94fc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Negr=C3=B3n?= Date: Tue, 3 Dec 2024 09:53:12 -0400 Subject: [PATCH] fix eslintignore --- .eslintignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 973878d99..399d1fdad 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,4 @@ # this needs to combine all other eslintignore files so that lint-staged knows what to ignore packages/cli/scaffold/*.js packages/cli/src/generators/templates/**/*.template.js -examples-apps/**/*.js .yarn