Skip to content

Commit

Permalink
Setup prettier & tsconfig (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvMak authored Nov 30, 2024
1 parent 915496b commit 8575c9a
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 79 deletions.
7 changes: 6 additions & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro"],
singleQuote: true,
plugins: [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss",
"prettier-plugin-astro-organize-imports",
],
overrides: [
{
files: "*.astro",
Expand Down
Loading

0 comments on commit 8575c9a

Please sign in to comment.