jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Replace JSHint with ESLint + prettier #359

Closed kibertoad closed 4 years ago

mde commented 4 years ago

Thank you for this! However, I took a look at Prettier and it has some defaults that are sub-optimal for me, and is deliberately un-configurable. I think we can do what we want with just ESLint. I have branch where I will implement, and this close this PR.

mde commented 4 years ago

All right, current master HEAD (e04bad3faebd570a3c9f8671e29e1040f33d934a) includes all the work for this — just using stock ESLint with a few tweaks. Thanks so much for the nudge on this. So glad to finally be leaving the weird comma-first style behind. :)

kibertoad commented 4 years ago

@mde Sounds good, thanks!