Files
cnd2025-hw3/.prettierrc.json
yubintw 9df48062d4 init
2024-03-25 21:39:05 +08:00

10 lines
170 B
JSON

{
"semi": false,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none",
"arrowParens": "always",
"parser": "typescript",
"bracketSpacing": true
}