I’m having problems by running @stencil/eslint-plugin v0.4.0
with eslint v8.2.0
.
Is this error correct?
I’ thought this error is the opposite i expect.
I never got this error with eslint v7.x.x
I got the same error from terminal too:
npx eslint --config ./.eslintrc.json src/components/mds-accordion-item/mds-accordion-item.tsx [3d18h40m] ✹ ✚
stencil/src/components/mds-accordion-item/mds-accordion-item.tsx
12:3 error The @Element decorator can only be applied to class properties @stencil/decorators-context
13:3 error The @State decorator can only be applied to class properties @stencil/decorators-context
18:3 error The @Prop decorator can only be applied to class properties @stencil/decorators-context
23:3 error The @Prop decorator can only be applied to class properties @stencil/decorators-context
28:3 error The @Prop decorator can only be applied to class properties @stencil/decorators-context
44:3 error The @Event decorator can only be applied to class properties @stencil/decorators-context
46:3 error Watch decorator @Watch("opened") is not matching with any @Prop() or @State() @stencil/no-unused-watch