gyandeeps / gruntify-eslint

Grunt plugin for Eslint
MIT License
14 stars 8 forks source link

Include reporter function for files #3

Closed gyandeeps closed 9 years ago

gyandeeps commented 10 years ago

The idea is to call a function at the end of each file and pass in the results of eslint. This function would be passed in as an option during the grunt process.

The name of the option could be fileResultCallback.