"chore: update Prettier config, upgrade dependencies including swiper and pigeon-maps, adjust print width settings"

This commit is contained in:
louiscklaw
2025-06-05 10:56:02 +08:00
parent 82507b4b31
commit 8c46a93e61
3 changed files with 26 additions and 18 deletions

View File

@@ -1,6 +1,15 @@
{
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100
"printWidth": 160,
"overrides": [
{
"files": "src/App.tsx",
"options": {
"printWidth": 240
}
}
]
}