mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 02:12:43 +08:00
22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
{
|
|
"extends": [
|
|
"@vant/stylelint-config"
|
|
],
|
|
"rules": {
|
|
"unit-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreUnits": "/rpx/"
|
|
}
|
|
],
|
|
"selector-type-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreTypes": [
|
|
"/page/"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|