diff --git a/test-app/.prettierignore b/test-app/.prettierignore index 712fa88..d86c407 100644 --- a/test-app/.prettierignore +++ b/test-app/.prettierignore @@ -1,5 +1,5 @@ # GJS with inline styles -/app/components/multiple.gjs +/app/components/*.gjs # unconventional js /blueprints/*/files/ diff --git a/test-app/app/components/uses-an-import.gjs b/test-app/app/components/uses-an-import.gjs index dfd4d8c..36240f4 100644 --- a/test-app/app/components/uses-an-import.gjs +++ b/test-app/app/components/uses-an-import.gjs @@ -1,4 +1,4 @@ -; +export default UsesAnImport;