Skip to content

Commit 8af9c86

Browse files
docs: safely disable no-unpublished-bin npm v10+ (#487)
1 parent 42d1597 commit 8af9c86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rules/no-unpublished-bin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
<!-- end auto-generated rule header -->
66

7+
Users can safely disable this rule if using npm v10 and later.
8+
79
We can publish CLI commands by `npm`. It uses `bin` field of `package.json`.
810

911
```json

0 commit comments

Comments
 (0)