Prerequisites
Stencil ESLint Version
0.7.2
Current Behavior
I have a @Watch for a native property in a component. It is showing me the following lint error:
Expected Behavior
According to the Stencil documentation, watching native properties is supported (and it works correctly in my code). Therefore, there should be no eslint error here.
Steps to Reproduce
Create a component and add a @Watch that targets a native HTLM property.
Code Reproduction URL
N/A
Additional Information
No response