Replies: 1 comment 1 reply
-
|
create a PR! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Oxlint already supports many ESLint plugins, including
@tanstack/eslint-plugin-router, albeit with this minor issue oxc-project/oxc#14557 which has a simple workaround.@tanstack/eslint-plugin-routerhas ESLint as a peer dependency, and package managers like pnpm automatically install peer dependencies by default. Can we have ESLint marked as an optional peer dependency instead so it won't get auto installed for projects that don't use ESLint?related discussion for @tanstack/eslint-plugin-query: TanStack/query#10154
Beta Was this translation helpful? Give feedback.
All reactions