File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22 "extends" : [
33 " stylelint-config-standard" ,
44 " stylelint-config-css-modules" ,
5- " stylelint-config-idiomatic-order"
5+ " stylelint-config-idiomatic-order" ,
6+ " stylelint-config-prettier"
67 ],
78 "rules" : {
89 "value-keyword-case" : [" lower" , {
Original file line number Diff line number Diff line change 6767 "stylelint" : " ^13.12.0" ,
6868 "stylelint-config-css-modules" : " ^2.2.0" ,
6969 "stylelint-config-idiomatic-order" : " ^8.1.0" ,
70+ "stylelint-config-prettier" : " ^9.0.3" ,
7071 "stylelint-config-standard" : " ^22.0.0" ,
7172 "ts-jest" : " ^27.0.0" ,
7273 "ts-loader" : " ^9.2.3" ,
Original file line number Diff line number Diff line change @@ -6136,6 +6136,11 @@ stylelint-config-idiomatic-order@^8.1.0:
61366136 dependencies :
61376137 stylelint-order "^3.1.1"
61386138
6139+ stylelint-config-prettier@^9.0.3 :
6140+ version "9.0.3"
6141+ resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c"
6142+ integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==
6143+
61396144stylelint-config-recommended@^5.0.0 :
61406145 version "5.0.0"
61416146 resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78"
You can’t perform that action at this time.
0 commit comments