All checks were successful
Frontend CI / build (push) Successful in 1m19s
### Description - Add Not Found Page - Change the home page h1 font weight - Change the order of Prettier plugins to fix the issue of tailwind css not being sorted ### Package Changes _No response_ ### Screenshots | Desktop (FHD 1920x1080) | Mobile (iPhone16 Pro 390x844) | | --- | --- | |  | <img src="/attachments/6d3f21fe-a01b-4f02-86e1-9f917345e796" width="400" /> | ### Reference Resolves #14 ### Checklist - [x] A milestone is set Reviewed-on: #23 Reviewed-by: squid <squid@squidspirit.com> Co-authored-by: Zoe <7711zoe@gmail.com> Co-committed-by: Zoe <7711zoe@gmail.com>
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
{
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"importOrder": ["^[\\w-]+(/.*)?$", "^@[\\w-]+(/.*)?$", "^@/(app|lib)(/.*)?$", "^\\..*$"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|