Skip to content

Commit

Permalink
ignore prettier gjs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 1, 2024
1 parent 5feebef commit 5167428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-app/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GJS with inline styles
/app/components/multiple.gjs
/app/components/*.gjs

# unconventional js
/blueprints/*/files/
Expand Down
6 changes: 3 additions & 3 deletions test-app/app/components/uses-an-import.gjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
const UsesAnImport = <template>
<p data-test-uses-an-import>I should be green</p>
<style>
@import "./colors.css";
p {
color: var(--my-green);
}
</style>
</template>

</template>;

export default UsesAnImport;

0 comments on commit 5167428

Please sign in to comment.