Skip to content

Commit

Permalink
Remove stylelint-config-prettier-scss
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Nov 25, 2024
1 parent 5178ab3 commit 0eaad3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components",
"stylelint-config-prettier-scss"
"stylelint-config-styled-components"
],
"customSyntax": "postcss-styled-syntax",
"rules": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13975,11 +13975,6 @@ styled-components@^5.3.3:
shallowequal "^1.1.0"
supports-color "^5.5.0"

stylelint-config-prettier-scss@^1.0.0:
version "1.0.0"
resolved "http://verdaccio.ds.io:4873/stylelint-config-prettier-scss/-/stylelint-config-prettier-scss-1.0.0.tgz#4125152ce9ee39ec233ce14436fc0818fa866aee"
integrity sha512-Gr2qLiyvJGKeDk0E/+awNTrZB/UtNVPLqCDOr07na/sLekZwm26Br6yYIeBYz3ulsEcQgs5j+2IIMXCC+wsaQA==

stylelint-config-recommended-scss@^14.0.0:
version "14.1.0"
resolved "http://verdaccio.ds.io:4873/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.1.0.tgz#1a5855655cddcb5f77c10f38c76567adf2bb9aa3"
Expand Down

0 comments on commit 0eaad3e

Please sign in to comment.