eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

fix: support package.json private directive

Open Nytelife26 opened this issue 3 years ago • 1 comments

Prior to this, eslint-plugin-node would raise a no-unpublished-* if a file was not published, even if the package itself was set to private. This PR fixes that by making util/check-publish respect the private directive in package.json.

Nytelife26 avatar Apr 11 '21 00:04 Nytelife26

we are maintaining a fork in https://github.com/eslint-community/eslint-plugin-n. and it has been landed in https://github.com/eslint-community/eslint-plugin-n/commit/5ccd0c5a55d5e6dc61a82d81dd63ae317535fa97.

aladdin-add avatar Dec 20 '23 02:12 aladdin-add