mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
3f1f8255a2
* Bump deps * Run prettier * Format docs * Minor refactor * Collapse objects * Fix type * Update lock file
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"bracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|