Skip to content

Commit

Permalink
don't use unnecessary stylelint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastastasia-B committed Oct 3, 2023
1 parent 6b7db7f commit b971ee0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion cli/environment/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const internalConfig = {
extends: [
'stylelint-config-datarockets',
'stylelint-config-styled-components',
fs.existsSync(pathToPrettier) && 'stylelint-config-prettier',
].filter(Boolean),
rules: {
indentation: fs.existsSync(pathToPrettier) ? null : 2,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"redux-saga": "^1.2.3",
"stylelint": "^15.10.3",
"stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?upgrade-dependencies",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-styled-components": "^0.1",
"stylelint-processor-styled-components": "^1"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13267,11 +13267,6 @@ stylehacks@^5.1.1:
version "0.0.4-7"
resolved "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?upgrade-dependencies#023b756925633bf958d7a5fee31ae97b21c8b931"

stylelint-config-prettier@^9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e"
integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==

stylelint-config-recommended@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz#c48a358cc46b629ea01f22db60b351f703e00597"
Expand Down

0 comments on commit b971ee0

Please sign in to comment.