Merge pull request #7542 from julioz/patch-1

Make prettier happy when generating plugins
This commit is contained in:
Fredrik Adelöw
2021-10-11 14:11:59 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Add semicolon in template to make prettier happy
@@ -1,2 +1,2 @@
import '@testing-library/jest-dom';
import 'cross-fetch/polyfill'
import 'cross-fetch/polyfill';