Skip to content

Commit

Permalink
Merge branch 'main' into 388-stylelint-a11y-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 15, 2024
2 parents b432cd3 + a83ba3e commit f2ecb66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"npm-run-all": "4.1.5",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-sh": "^0.14.0",
"replace-in-file": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const getCodeByFramework = (
)
)
.join('\n') + (content ?? '')
: content ?? name;
: (content ?? name);

const slots = (children ?? example.children)?.filter((child) =>
child.slot
Expand Down

0 comments on commit f2ecb66

Please sign in to comment.