Skip to content

Commit

Permalink
remove curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-lieb committed Nov 20, 2024
1 parent 6ac2fb3 commit 6082d8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions prettier/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ metadata:
support:
path: .prettierrc
contents: |
{
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": ["^moduleA$", "^moduleB$", "^moduleC$"]
}
extension: js
contents: |
import c from 'moduleC';
Expand Down
2 changes: 0 additions & 2 deletions prettier/prettier-with-tailwindcss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
yarn link tailwindcss
yarn link @trivago/prettier-plugin-sort-imports
trap 'yarn unlink tailwindcss' EXIT
trap 'yarn unlink @trivago/prettier-plugin-sort-imports' EXIT
prettier "$@"

0 comments on commit 6082d8a

Please sign in to comment.