Page MenuHomePhabricator

jshint.jshintignore not working
Closed, ResolvedPublic

Description

Because file passed via STDIN.
Two possible solutions:

  1. Disable reading from stdin if this option is set. This works well.
  2. Pass --filename argument to jshint. Not sure if it works. https://github.com/jshint/jshint/blob/master/src/cli.js#L21

Revisions and Commits