Closed dkniffin closed 8 years ago
@jonkessler I just wanna make sure you're aware of this PR as well. With this, #15 is kind of unnecessary.
Oh, I did not test this with the web interface, because it actually doesn't work in my app, but it should still work, I think.
Once this gets reviewed and merged, I've got another branch ready to go, which adds the ability to use eslint plugins. Unfortunately, it's kinda based on this PR, so this one will have to be merged first.
This is pretty exciting to watch. Thanks @dkniffin! And of course thanks @jonkessler for keeping it alive!
Alright, I've pushed up some more changes, and rebased. Let me know if there's anything else I should do for this.
Looks good.. let me do a little manual testing, and then I'll merge as soon as I can. Thanks.
@dkniffin Would you mind adding a description to the eslint:run_all
task so that it shows up in rake -T
?
@jonkessler done.
This PR adds the following functionality:
rake eslint:run
) now lints all JS asset files (Related to #20)