Skip to content

Commit

Permalink
Chore: Add missing Stylelint Prettier Config
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Feb 10, 2022
1 parent e05b367 commit 81ee920
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["@lmc-eu/stylelint-config", "@lmc-eu/stylelint-config/optional"]
"extends": ["@lmc-eu/stylelint-config", "@lmc-eu/stylelint-config/optional", "stylelint-config-prettier"]
}
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"postcss-cli": "9.1.0",
"sass": "1.49.7",
"stylelint": "13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-order": "4.1.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15562,6 +15562,11 @@ [email protected], style-to-object@^0.3.0:
dependencies:
inline-style-parser "0.1.1"

stylelint-config-prettier@^9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c"
integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==

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

0 comments on commit 81ee920

Please sign in to comment.