jackfranklin / gulp-load-plugins

Automatically load in gulp plugins
https://github.com/jackfranklin/gulp-load-plugins
MIT License
757 stars 55 forks source link

Swap out JSHint for ESLint #96

Closed jackfranklin closed 8 years ago

jackfranklin commented 8 years ago

There is a .jshintrc file but it's out of date and it doesn't run on Travis, so I've no doubt the code is breaking the jshint rules!

The steps I'd take for this PR would be:

And that's about it! Please feel free to reach out to me with any questions.

ryan-codingintrigue commented 8 years ago

I'd like to have a go tackling this - what kind of eslint config are you looking for, just recommended rules plus spacing/quotes?

jackfranklin commented 8 years ago

@ryan-codingintrigue amazing! Recommend rules + spacing/quotes would be a great place to start. We can always edit that later in future PRs.

jackfranklin commented 8 years ago

Closed by #97