mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

deprecate `node/no-unpublished-bin` #291

Closed Airkro closed 2 years ago

Airkro commented 3 years ago

Seems bin files will always include now in npm v6/v7.

https://docs.npmjs.com/cli/v7/commands/npm-publish#files-included-in-package

https://github.com/npm/npm-packlist/blob/main/index.js#L167

aladdin-add commented 2 years ago

it's still useful for npm < 6 and non-npm users.