eslint-plugin-node
eslint-plugin-node copied to clipboard
Allow babel-node in shebang
For scripts that need to be run with babel-node, the shebang line should be
#!/usr/bin/env babel-node
The current node/shebang rule does not allow this.
I suggest modifying the rule to allow the above shebang, or, better yet, add an option to specify a list of allowed shebang lines.