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