mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
22 lines
564 B
Plaintext
22 lines
564 B
Plaintext
{
|
|
"propertyOrdering": false,
|
|
"hexLength": "short",
|
|
"stringQuotes": false,
|
|
"decimalZero": false,
|
|
"importantRule": false,
|
|
"zeroUnit": "no_unit",
|
|
"qualifyingElement": false,
|
|
"duplicateProperty": false,
|
|
"importPath": false,
|
|
"finalNewline": false,
|
|
"newlineAfterBlock": false,
|
|
"maxCharPerLine": false,
|
|
"excludedFiles": [
|
|
"components/layout/style/mixin.less",
|
|
"components/style/core/base.less",
|
|
"components/style/core/iconfont.less",
|
|
"components/style/core/normalize.less",
|
|
"components/style/mixins/compatibility.less"
|
|
]
|
|
}
|