Skip to content

Commit

Permalink
feat: new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinkntrc committed Nov 18, 2024
1 parent 3346a7e commit 413f56d
Show file tree
Hide file tree
Showing 15 changed files with 814 additions and 644 deletions.
13 changes: 9 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^18.11.2",
"astro": "^1.5.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.0.24"
}
}
Loading

0 comments on commit 413f56d

Please sign in to comment.