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

@ -109,7 +109,6 @@
"sass": "^1.62.0",
"stylelint": "^15.6.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",

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,