-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prettier and vitest config simplification
- Loading branch information
1 parent
5d132bb
commit 96df32c
Showing
6 changed files
with
69 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "@uploadthing/prettier-config", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"scripts": { | ||
"clean": "git clean -xdf .turbo node_modules" | ||
}, | ||
"dependencies": { | ||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-tailwindcss": "^0.6.9" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters