Closed mlucool closed 8 years ago
Thank you! One PR is ok, the only thing is that there're two eslint
dependencies now, the one in peerDependencies
is enough I guess.
In npm3 that is no longer the case.
http://blog.npmjs.org/post/110924823920/npm-weekly-5 "We will also be changing the behavior of peerDependencies in npm@3. We won’t be automatically downloading the peer dependency anymore. Instead, we’ll warn you if the peer dependency isn’t already installed."
Oh, right. Merging!
Now in version 0.1.0.
:+1: thanks for the quick turn around time!
Hi,
I have created the following PR to update the versions of eslint allowed, upgrade babel, and adding '.js' as a type of file that can be processed. Please let me know if you want me to split this into two PR or make any changes.