Closed dkniffin closed 8 years ago
@jonkessler Any chance of getting this reviewed and merged soon?
Yes, I've been pretty busy, sorry. I'll take a look soon.
👍 Thanks!
Alright, I made the requested changes. Let me know if you want me to change anything else.
Alright, that's fixed. Sorry about that.
No worries. Thanks for fixing!
Released version 1.2.0. Thanks again!
This PR adds the ability to use eslint plugins. Currently, the only one included is the react plugin, but I've written it in a way that it should be easy to add any others that we want to support.
Unfortunately, I couldn't think of a good way to import the plugins from github at runtime, so the minified plugin source must be included in the gem. So, I've also written a little shell script that can be used to download, minify, and include a given list of plugins.
I haven't updated the readme to reflect these changes yet. Let me know if you want me to do that, and what I should include.