import grouping and sorting with Prettier plugin

This commit is contained in:
Timothy Armes
2023-09-11 09:09:34 +02:00
parent 4984639f23
commit 7111f000e5
43 changed files with 589 additions and 210 deletions
+4 -1
View File
@@ -6,11 +6,14 @@
"dev": "next dev",
"build": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"format": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@next/bundle-analyzer": "^13.4.12",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "20.5.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",