ESLint config showing errors for JS Doc event configurations #449
Labels
not-reviewed
Issue has not been reviewed by Auro team members
Type: Bug
Bug or Bug fixes
wc-generator
Please verify the version of wc-generator you have installed
No response
Please describe the bug
The current eslint configuration is showing errors when the JS files document events that are fired.
The message displayed when hovering over the inline error highlighting is:
The type 'auroDatePicker-ready' is undefined.eslint[jsdoc/no-undefined-types](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-undefined-types.md#repos-sticky-header)
Reproducing the error
This issue cannot be reproduced on the Auro docsite
Expected behavior
No eslint warnings when documenting events
What browsers are you seeing the problem on?
No response
Additional context
No response
Exit criteria
Auro eslint config should be updated to account for custom event documentation or documentation standards defined that won't cause this error.
The text was updated successfully, but these errors were encountered: