Closed 43081j closed 5 months ago
eslint-plugin-jsdoc has an engine constraint of >=18. this means we can use the built in isBuiltin here: https://github.com/gajus/eslint-plugin-jsdoc/blob/98990e8e714b3ddf19c782960260e1b3f83b9211/src/rules/importsAsDependencies.js#L91
>=18
isBuiltin
Opened gajus/eslint-plugin-jsdoc#1230
Merged 🍻
eslint-plugin-jsdoc has an engine constraint of
>=18
. this means we can use the built inisBuiltin
here: https://github.com/gajus/eslint-plugin-jsdoc/blob/98990e8e714b3ddf19c782960260e1b3f83b9211/src/rules/importsAsDependencies.js#L91