gajus / eslint-plugin-jsdoc

JSDoc specific linting rules for ESLint.
Other
1.07k stars 155 forks source link

chore: remove is-builtin-module #1230

Closed 43081j closed 1 month ago

43081j commented 1 month ago

Removes is-builtin-module and uses the built in function provided by node itself (via node:module).

As per your engines, all node versions you support have this.

brettz9 commented 1 month ago

Thanks for the PR! Good catch!

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 48.2.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: