This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
cache/.prettierrc.json

11 lines
222 B
JSON
Raw Permalink Normal View History

2025-06-05 13:07:14 +08:00
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}