react-ts-vite-template/.prettierrc

13 lines
243 B
Plaintext
Raw Normal View History

2021-10-29 15:09:26 +08:00
{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"requirePragma": false,
"proseWrap": "preserve"
}