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 Jan 25, 2022
1 parent fc3c06e commit e7697e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"@lmc-eu/stylelint-config",
"@lmc-eu/stylelint-config/optional"
"@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": "^8.3.1",
"sass": "^1.37.5",
"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 @@ -14328,6 +14328,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 e7697e2

Please sign in to comment.