mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
3097ec39e1
* Revert "Revert "docs: auto trans link" (#42373)"
This reverts commit fa90b25b3e
.
* docs: site update link auto switch logic
16 lines
240 B
Plaintext
16 lines
240 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"proseWrap": "never",
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|