Merge pull request #20330 from backstage/vinzscam/create-app-eslintignore

create-app: add missing eslintignore
This commit is contained in:
Fredrik Adelöw
2023-10-03 12:00:11 +02:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/create-app': patch
---
Added missing `.eslintignore` file
To apply this change to an existing app, create a new `.eslintignore` file at the root of your project with the following content:
```diff
+ playwright.config.ts
```
@@ -0,0 +1 @@
playwright.config.ts