Skip to content

Conversation

mcasimir
Copy link
Collaborator

Few eslint tweaks as I noticed we are leaving around unused vars quite a bit:

  • turn @typescript-eslint/no-unused-vars into an error and fix where it was breaking
  • add npm run reformat as top-level script
  • disable '@typescript-eslint/no-explicit-any' in tests (was a warning). I don't feel strongly about this, just noticed that we use any a lot in specs and if we are ok with it we can turn this rule off. Happy to hear your thoughts and revert though.

@mcasimir mcasimir merged commit 739b9e6 into main Jan 12, 2022
@mcasimir mcasimir deleted the eslint-improvements branch January 12, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants