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
RequestInfo and RequestInit are recognized as built in types as they are provided and used by the native fetch from nodejs.
Actual behavior
$ npx eslint ./test.js
/path/to/test.js
4:1 error The type 'RequestInfo' is undefined jsdoc/no-undefined-types
5:1 error The type 'RequestInit' is undefined jsdoc/no-undefined-types
✖ 2 problems (2 errors, 0 warnings)
Expected behavior
RequestInfo
andRequestInit
are recognized as built in types as they are provided and used by the nativefetch
from nodejs.Actual behavior
ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 44.2.7The text was updated successfully, but these errors were encountered: