-
-
Couldn't load subscription status.
- Fork 10.3k
feat: Add ReactQuery lint rules #39517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Studio E2E Results
Artifacts: https://github.com/supabase/supabase/actions/runs/18565924790 Last updated: Thursday 16, October, 2025 15:26:25 (UTC) |
4e674a5 to
82f9f28
Compare
| allConfig: js.configs.all, | ||
| }) | ||
|
|
||
| const eslintConfig = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const eslintConfig = { | |
| const tanstackQueryConfig = { |
they're all eslint configs 😄
| { ignores: ['.next', 'public'] }, | ||
| turboConfig, | ||
| prettierConfig, | ||
| eslintConfig, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| eslintConfig, | |
| tanstackQueryConfig, |
Depends on #39486.