chore: Update trailing comma in .prettierrc.json to "all"
All checks were successful
CI / cache-and-install (push) Successful in 1m3s

This commit is contained in:
严浩
2024-08-14 11:41:49 +08:00
parent 192448fbc1
commit 4fe1f5fd32
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "es5"
"trailingComma": "all"
}