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.
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.