Files
vue-ts-example/.prettierrc.json
严浩 58ffe32a02
All checks were successful
CI / cache-and-install (push) Successful in 1m2s
chore: Update .prettierrc.json to use "es5" for trailing commas
2024-08-11 18:00:59 +08:00

9 lines
162 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "es5"
}