Skip to content

How to disable no-unused-vars errors when building? (Disabling it in ESLint and tsconfig.json does nothing) #17067

@max-woolf

Description

@max-woolf

Title.

What I have tried:

tsconfig.json
"compilerOptions": { "noUnusedLocals": false, "noUnusedParameters": false, }

eslint.config.json
"no-unused-vars": [ "error", { caughtErrors: "none" } ], "@typescript-eslint/no-unused-vars": ["off"]

I'm sorry if there's already a solution around, I've searched a lot and nothing worked.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions