mirror of
https://github.com/community-scripts/Proxmox.git
synced 2026-04-05 00:54:17 -04:00
feat: add prettier-plugin-organize-imports for better import management
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"plugins": ["prettier-plugin-tailwindcss"]
|
"plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-organize-imports"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
"next": "14.2.11",
|
"next": "14.2.11",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"pocketbase": "^0.21.4",
|
"pocketbase": "^0.21.4",
|
||||||
|
"prettier-plugin-organize-imports": "^4.1.0",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-code-blocks": "^0.1.6",
|
"react-code-blocks": "^0.1.6",
|
||||||
"react-dom": "^18",
|
"react-dom": "^18",
|
||||||
|
|||||||
Reference in New Issue
Block a user