❌ This rule is deprecated. It was replaced by n/hashbang
.
🔧 This rule is automatically fixable by the --fix
CLI option.
When we make a CLI tool with Node.js, we add bin
field to package.json
, then we add a shebang the entry file.
This rule suggests correct usage of shebang.
The details for this rule can be found in docs/rules/hashbang.md