Closed abernier closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
drei | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 10, 2024 10:53am |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
:tada: This PR is included in version 9.116.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Why / What
it appears that eslint (even v8) "rules" were not applied to previous code
i took the eslint v9 migration opportunity to simplify the eslint-config to the bare minimum, getting rid of a maximum of "things"/settings that either were not applied, or are now already included as
recommended
preset, or had no impact on our codebaseeslint config is now minimal, and correctly applies to
src
and.storybook
foldersChecklist