When I try this my eslinter complains “This assertion is unnecessary since it does not change the type of the expression.” and prettier rewrites code to remove the assertion. Any suggestions?
I’m converting a Quasar 1 JavaScript project to Quasar 2 Typescript. I’m getting a bunch of eslint errors “no-unsafe-member-access” and no-unsafe-call around this.$store.
Did you get it to work?
Thanks!