``update prettier config with printWidth and quoteProps, add new routes for connective revision, and update guidelines for hooks and types``

This commit is contained in:
louiscklaw
2025-05-12 13:49:11 +08:00
parent bac8c70d4b
commit 1835caee68
4 changed files with 11 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
{
"endOfLine": "lf",
"printWidth": 120,
"quoteProps": "consistent",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 120,
"quoteProps": "consistent",
"plugins": []
}