es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
377 stars 2 forks source link

Remove is-builtin-module from eslint-plugin-jsdoc #50

Closed 43081j closed 5 months ago

43081j commented 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

43081j commented 5 months ago

Opened gajus/eslint-plugin-jsdoc#1230

43081j commented 5 months ago

Merged 🍻