chore: remove stylelint-config-prettier

(cherry picked from commit 462b5b55d8)
This commit is contained in:
xingyu
2023-04-23 18:48:11 +08:00
committed by shizhong
parent 16aa45b534
commit 19b400e90f
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
root: true,
plugins: ['stylelint-order'],
customSyntax: 'postcss-html',
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
extends: ['stylelint-config-standard'],
rules: {
'selector-pseudo-class-no-unknown': [
true,