chore: remove stylelint-config-prettier
(cherry picked from commit 462b5b55d8)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user