mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
* Add Prettier formatting to source files and example files, and check that Prettier formatting is maintained on PRs * Remove trailing-comma as we are using Node 6 on Circle * Use latest Node 6 LTS version in Circle * Remove unused test
9 lines
171 B
Text
9 lines
171 B
Text
{
|
|
"bracketSpacing": false,
|
|
"jsxBracketSameLine": true,
|
|
"parser": "flow",
|
|
"printWidth": 80,
|
|
"proseWrap": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
}
|