ant-design/.prettierrc

20 lines
285 B
Plaintext
Raw Normal View History

2018-12-07 16:17:45 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
},
{
"files": ".stylelintrc",
"options": {
"parser": "json"
}
}
]
}