Skip to content

Commit 462b5b5

Browse files
committed
chore: remove stylelint-config-prettier
1 parent e31f922 commit 462b5b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"sass": "^1.62.0",
109109
"stylelint": "^15.6.0",
110110
"stylelint-config-html": "^1.1.0",
111-
"stylelint-config-prettier": "^9.0.5",
112111
"stylelint-config-recommended": "^12.0.0",
113112
"stylelint-config-standard": "^33.0.0",
114113
"stylelint-order": "^6.0.3",

stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
root: true,
33
plugins: ['stylelint-order'],
44
customSyntax: 'postcss-html',
5-
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
5+
extends: ['stylelint-config-standard'],
66
rules: {
77
'selector-pseudo-class-no-unknown': [
88
true,

0 commit comments

Comments
 (0)