Closed Delagen closed 8 years ago
Does jshint offer this option?
In your code 69c9c17e
var filePath = file.path ? path.relative(process.cwd(), file.path): 'stdin';
???
@delagen I'm asking if the proper jshint tool offers this
Your plugin generate only data for reporter. Reporter only output what you supplied.
So if your reportErrors in lint.js will make absolute path, reporter output that.
So I and remove this plugin from my code. Needed to me plugin functionality fits in about 60 lines.
Does jshint offer this option?