Uh oh!
There was an error while loading. Please reload this page.
chore: enable noUnusedLocals in tsconfig - #603
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
serhalp
commented
Feb 1, 2026
since the project uses the experimental oxlint, I wonder if we should ideally just be enabling more oxlint rules? e.g. the |
9romise
commented
Feb 1, 2026
The |
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "$schema": "./node_modules/oxlint/configuration_schema.json", | |||
| "$schema": "https://unpkg.com/oxlint/configuration_schema.json", | |||
There was a problem hiding this comment.
Since we are using vite-plus now, we can't read the file from this path.
serhalp
commented
Feb 1, 2026
Good catch @9romise! I found it: oxc-project/oxc#11440. Those rules aren't yet implemented in the oxlint vue plugin! |
No description provided.