WestpacGEL / GEL-next

Design System for Westpac
https://gel.westpacgroup.com.au
8 stars 4 forks source link

Feature/docs update #836

Closed kenjishiromajp closed 1 month ago

kenjishiromajp commented 1 month ago

Note: we can't extend the '@westpac/eslint-config/turbo' and '@westpac/eslint-config/nextjs' at the same time, because both extends the index.js and eslint understands that there are some conflicts on the rules.

So in order to extend the turbo rulesets and our rulets we need to add the actual turbo from eslint-config-turbo and our eslintconfig e.g: extends: ['turbo', '@westpac/eslint-config/nextjs']

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gel-next-protoform ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 0:43am
gel-next-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 0:43am
gel-next-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 0:43am
gel-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 0:43am
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 89f85e5a94f98b411b6fe14e77a60221fc5b1287

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ---------------------- | ----- | | protoform | Minor | | site | Minor | | @westpac/eslint-config | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

samithaf commented 1 month ago

@kenjishiromajp can you include a change-set so we can release this change?