gulp-jscs
                                
                                
                                
                                    gulp-jscs copied to clipboard
                            
                            
                            
                        file.jscs.errors is an object not an array
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?