Merge pull request #16630 from thefrontside/tm/add-eslintignore

Exclude `packages/app/public` from eslint in create-app template
This commit is contained in:
Ben Lambert
2023-03-08 22:09:36 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Added to the template `packages/app/.eslintignore` file to packages to ignore the contents of `packages/app/public`.
@@ -0,0 +1 @@
public