2021-08-27 10:13:36 +08:00
|
|
|
{
|
2022-09-26 00:21:50 +08:00
|
|
|
"extends": [
|
|
|
|
"stylelint-config-standard",
|
2022-10-03 22:12:09 +08:00
|
|
|
"stylelint-config-standard-scss",
|
2022-09-26 00:21:50 +08:00
|
|
|
"stylelint-config-standard-vue/scss"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"stylelint-scss"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"at-rule-no-unknown": null,
|
|
|
|
"no-descending-specificity": null,
|
|
|
|
"property-no-unknown": null,
|
|
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
|
|
"selector-class-pattern": null,
|
2022-10-03 22:12:09 +08:00
|
|
|
"scss/double-slash-comment-empty-line-before": null,
|
|
|
|
"scss/no-global-function-names": null
|
2022-09-26 00:21:50 +08:00
|
|
|
}
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|