You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Stencil ESLint Version
0.8.0
Current Behavior
Hello everyone,
I am encountering an issue and I'm not sure if it's something I'm doing wrong or a problem with the tooling.
When a property is annotated with reflect: true, I receive a warning in ESLint as soon as I define the type in the JSDocs.
/** * The last name * @type {boolean} * @default true */
@Prop({reflect: true}) last: boolean=false;
/home/projects/stencil-template-aiden/src/components/my-component/my-component.tsx
15:3 error The @Prop decorator have not valid tags (type, memberof) @stencil-community/required-jsdoc
Prerequisites
Stencil ESLint Version
0.8.0
Current Behavior
Hello everyone,
I am encountering an issue and I'm not sure if it's something I'm doing wrong or a problem with the tooling.
When a property is annotated with
reflect: true
, I receive a warning in ESLint as soon as I define the type in the JSDocs.Expected Behavior
There should be no error/warning in the console.
Steps to Reproduce
npm run lint
Code Reproduction URL
https://stackblitz.com/edit/stencil-template-aiden-puukdx
Additional Information
No response
The text was updated successfully, but these errors were encountered: