Skip to content

Commit

Permalink
update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
vanxh committed Nov 6, 2023
1 parent b434c4b commit efcea9a
Show file tree
Hide file tree
Showing 26 changed files with 5,421 additions and 2,688 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
- main

env:
SKIP_ENV_VALIDATION: true
Expand Down
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preinstall": "npx only-allow pnpm",
"lint": "next lint",
"start": "next start",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"db:generate": "drizzle-kit generate:pg",
"db:push": "drizzle-kit push:pg",
Expand Down Expand Up @@ -80,6 +81,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.6",
"@types/node": "^18.18.7",
Expand All @@ -96,7 +98,7 @@
"pg": "^8.11.3",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit efcea9a

Please sign in to comment.