mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
* chore(v2): update prettier config * Update .prettierrc * -- Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
9 lines
180 B
Text
9 lines
180 B
Text
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|