Skip to content

Commit

Permalink
Merge branch 'master' into 1438-footer-replace-prop-based-info-links-…
Browse files Browse the repository at this point in the history
…with-slottable-links
  • Loading branch information
pfafffabian-ifx committed Sep 30, 2024
2 parents cea931b + 92b985d commit b5b198b
Show file tree
Hide file tree
Showing 11 changed files with 897 additions and 30 deletions.
5 changes: 5 additions & 0 deletions examples/wrapper-components/react-vite-js/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'

export default [
{
"env": {
"node": true
}
},
{ ignores: ['dist'] },
{
files: ['**/*.{js,jsx}'],
Expand Down
Loading

0 comments on commit b5b198b

Please sign in to comment.