Skip to content
New issue

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

Fix unused vars eslint warnings #9226

Merged
merged 1 commit into from Apr 30, 2024
Merged

Fix unused vars eslint warnings #9226

merged 1 commit into from Apr 30, 2024

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Apr 26, 2024

Fix errors unused-vars warnings that are easily fixed errors. I'm not sure of the impact of changing the remaining two since they're used in a destructuring context. Someone familiar with the EEG browser should fix (and test) them.

Upgrade rule from "warning" to "error" for javascript, while leaving it for typescript since there are two that are still unresolved.

Fix errors unused-vars warnings that are easily fixed errors. I'm not
sure of the impact of changing the remaining two since they're used in
a destructuring context. Someone familiar with the EEG browser should fix
(and test) them.

Upgrade rule from "warning" to "error" for javascript, while leaving it for
typescript since there are two that are still unresolved.
@driusan driusan added Cleanup PR or issue introducing/requiring at least one clean-up operation javascript Pull requests that update Javascript code labels Apr 26, 2024
@driusan driusan merged commit c8f8320 into aces:main Apr 30, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup PR or issue introducing/requiring at least one clean-up operation javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants