Make prettier happy when generating plugins

I've noticed that creating a plugin and immediately running `prettier check` causes failures due to the missing semicolon in this file.

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
Júlio Zynger
2021-10-11 12:35:44 +02:00
committed by Julio Zynger
parent 9faf634497
commit 6583c6ac40
2 changed files with 6 additions and 1 deletions
@@ -1,2 +1,2 @@
import '@testing-library/jest-dom';
import 'cross-fetch/polyfill'
import 'cross-fetch/polyfill';