mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
* refactor(v2): add typing for docusaurus/core * wip: last working * refactor(v2): add typing for @docusaurus/core * prettier * dont run in parallel otherwise some are uncompiled * nits * more typing * more typing * nits * type commands * nits
8 lines
153 B
Text
8 lines
153 B
Text
{
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|