i use a shebang on my first code line for server scripts, as it is legal with node.js. `#!/usr/bin/env node` jslint in brackets moans about them and stops linting. please [fix it](https://github.com/jshint/jshint/commit/63da966cf52d7673001103f9a6871db8b5f84cf5).
i use a shebang on my first code line for server scripts, as it is legal with node.js.
#!/usr/bin/env nodejslint in brackets moans about them and stops linting. please fix it.