update stylelint rule

This commit is contained in:
Yu Long
2023-11-17 13:07:39 +01:00
parent c6dac0b111
commit e8b2f02117

View File

@@ -3,6 +3,7 @@
"rules": {
"no-descending-specificity": null,
"selector-class-pattern": null,
"scss/no-global-function-names": null
"scss/no-global-function-names": null,
"declaration-block-no-redundant-longhand-properties": null
}
}