Fix error when meta.docs is undefined #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "allowoptional-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hello. I would like to fix an issue where an error occurs when ESLint Meta docs is undefined. I get errorㄴ when using some plugin rules.
Note that docs is optional in eslint's meta data.
github.com/eslint/eslint@17cb9586a7/lib/types/index.d.ts (L755-L767)Thanks for the patch! I wasn't aware that property was optional.