chore: Update .prettierrc.json to use "es5" for trailing commas
All checks were successful
CI / cache-and-install (push) Successful in 1m2s

This commit is contained in:
严浩
2024-08-11 18:00:59 +08:00
parent d0ba655182
commit 58ffe32a02

View File

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