Skip to content

Commit

Permalink
Merge pull request #312 from maoxuner/mini
Browse files Browse the repository at this point in the history
fix: #311 移除stylelint-config-prettier依赖
  • Loading branch information
kailong321200875 committed Aug 10, 2023
2 parents 5d1356c + 25e416e commit 7959b6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"rollup": "^3.26.3",
"stylelint": "^15.10.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7959b6c

Please sign in to comment.