Skip to content

Commit

Permalink
guessing at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-lieb committed Nov 20, 2024
1 parent c106d45 commit 6ac2fb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prettier/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ metadata:
import a from 'moduleA';
import b from 'moduleB';
restyled: |
import a from 'moduleA';
import b from 'moduleB';
import c from 'moduleC';
import a from "moduleA";
import b from "moduleB";
import c from "moduleC";
2 changes: 2 additions & 0 deletions prettier/prettier-with-tailwindcss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/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 6ac2fb3

Please sign in to comment.