IanVS / eslint-nibble

Ease into ESLint, by fixing one rule at a time
MIT License
787 stars 29 forks source link

Change babel preset, because previous compiled code is not running #30

Closed dphov closed 7 years ago

dphov commented 7 years ago

Sorry about that 😐

IanVS commented 7 years ago

I tested out your other change before merging and it seemed okay. What is the problem now, exactly? (I can't check right now).

dphov commented 7 years ago

I'm updated eslint-nibble to 3.1.1. After I ran it, program crashed because of 'X function not found', so then I compile it with es2015 preset and this make it runnable

IanVS commented 7 years ago

Shoot, it looks like somehow I published a bad version, I don't think it has to do with your change. I'll fix and push up 3.1.2.

IanVS commented 7 years ago

Okay, It seems I published when I had some uncommitted changes, and the compiled files pushed to npm were therefore broken. 3.1.2 is now published which should fix it. Thanks for the heads-up, @dphov.