We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently use @typescript-eslint/no-unused-vars eslint rule which is enabled for most things. However, it is disabled for args.
@typescript-eslint/no-unused-vars
args
The overall goal here would be to re-enable @typescript-eslint/no-unused-vars for args. Thus disallowing unuser arguments.
actual/.eslintrc.js
Line 54 in 08c80b6
Please do not do this as one-big-bang migration.
The text was updated successfully, but these errors were encountered:
I'm working on it
Sorry, something went wrong.
Sorry, didn't saw earlier that @Sahad-09 was working on this. Feel free to close my PR in favor of his.
Successfully merging a pull request may close this issue.
We currently use
@typescript-eslint/no-unused-vars
eslint rule which is enabled for most things. However, it is disabled forargs
.The overall goal here would be to re-enable
@typescript-eslint/no-unused-vars
forargs
. Thus disallowing unuser arguments.actual/.eslintrc.js
Line 54 in 08c80b6
Please do not do this as one-big-bang migration.
The text was updated successfully, but these errors were encountered: