mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
22 lines
322 B
Plaintext
22 lines
322 B
Plaintext
{
|
|
"bracketSpacing": false,
|
|
"singleQuote": true,
|
|
"bracketSameLine": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 80,
|
|
"overrides": [
|
|
{
|
|
"files": "*.css",
|
|
"options": {
|
|
"parser": "css"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.md",
|
|
"options": {
|
|
"parser": "mdx"
|
|
}
|
|
}
|
|
]
|
|
}
|