mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
65fd05c344
* style: sort * style: sort * style: sort * style: sort * style: 规则调整 * style: 规则调整
20 lines
433 B
Plaintext
20 lines
433 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"proseWrap": "never",
|
|
"importOrder": ["^(react|react-dom)$", "^([a-z]|@[a-z])", ".*"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|