gulp-jscs icon indicating copy to clipboard operation
gulp-jscs copied to clipboard

file.jscs.errors is an object not an array

Open rjmackay opened this issue 9 years ago • 0 comments

The docs suggest errors should be an array of error objects.

errors: [{ // an array of jscs error objects

However it appears to be returning an object, not an array. What is the format its returning? Can we update the docs or actually return an array?

rjmackay avatar May 23 '16 00:05 rjmackay