Because file passed via STDIN.
Two possible solutions:
- Disable reading from stdin if this option is set. This works well.
- Pass --filename argument to jshint. Not sure if it works. https://github.com/jshint/jshint/blob/master/src/cli.js#L21
Because file passed via STDIN.
Two possible solutions:
rARC Arcanist | |||
D12298 | rARC4b2d8e3f69c2 Don't pass data to `jshint` via STDIN |