Acterion
Acterion
I agree with @Fuzzyma points. The changes in the proposed PR are aimed at fixing the fixer, not checker. Both cases `onUpdate:modelValue` and `:on-update:model-value` are currently allowed by eslint if...
> documented behavior Can confirm this is still an issue in this setup: ```json "firebase": "9.6.4", "firebase-admin": "10.0.2", "firebase-functions": "3.16.0", ```
> As noted, [`setLogLevel('error')`](https://github.com/firebase/quickstart-testing/blob/8c0b7db5616e09824a6f44415e4128d2d8dd4fa2/unit-test-security-rules-v9/test/firestore.spec.js#L28-L30) or above is the only workaround for now. > > Ideally, we'd want to silence these errors when `assertFails` is used, but it's quite challenging to...