gyandeeps / gruntify-eslint

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

New: Add "quiet" option to omit warning reports (fixes #11) #12

Closed charliecm closed 9 years ago

charliecm commented 9 years ago

Resolves #11. I'll leave it up to you to include the option in the readme.

gyandeeps commented 9 years ago

Thanks for the Pr. can you please append your commit message with "(fixes #xxxx)". Thanks

gyandeeps commented 9 years ago

To change the commit on the PR, these are the steps:

git commit --amend
git push --force
charliecm commented 9 years ago

Done. Thanks for the tip.

gyandeeps commented 9 years ago

LGTM :+1: