StanfordBDHG / ENGAGE-HF-Firebase

Firebase cloud hosting infrastructure for the ENGAGE-HF project.
MIT License
0 stars 1 forks source link

Remove explicit disabling of linter rules for possible ESLint bug #17

Closed pauljohanneskraft closed 5 days ago

pauljohanneskraft commented 2 weeks ago

Problem

For some types, the linter needs disabling of the @typescript-eslint/no-unused-vars rule when declaring interfaces which are not referenced again in the same file.

Solution

We should investigate and possibly find a more suitable solution than just manually disabling on every occurrence of this.

Additional context

Inspired by @PSchmiedmayer in comment.

Code of Conduct

pauljohanneskraft commented 5 days ago

Fixed by using explicit imports