From 6bfbab4f74843ae1fcf082fa3829bd43fd294436 Mon Sep 17 00:00:00 2001 From: Taras Date: Wed, 8 Mar 2023 09:09:00 -0500 Subject: [PATCH] Updated changelog Signed-off-by: Taras --- .changeset/witty-squids-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/witty-squids-fetch.md b/.changeset/witty-squids-fetch.md index d48944f336..3e13421038 100644 --- a/.changeset/witty-squids-fetch.md +++ b/.changeset/witty-squids-fetch.md @@ -2,4 +2,4 @@ '@backstage/create-app': patch --- -Add .eslintignore with **/public/** to prevent checking JS files +Added to the template `packages/app/.eslintignore` file to packages to ignore the contents of `packages/app/public`.