Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 12, 2024
1 parent e057f95 commit 785dd6d
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 48 deletions.
1 change: 0 additions & 1 deletion .prettierrc.cjs

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import config from '@innei/prettier'

export default {
...config,
importOrderParserPlugins: ['importAssertions', 'typescript', 'jsx'],
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "husky install",
"prepare": "simple-git-hooks",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@biomejs/biome": "1.8.3",
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/mingcute": "1.1.18",
"@innei-util/prettier": "^0.8.2",
"@innei/prettier": "^0.13.3",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.13",
"@types/lodash-es": "4.17.12",
Expand Down
Loading

0 comments on commit 785dd6d

Please sign in to comment.