alexkuz / eslint-plugin-jinja

This plugin treats Jinja template expressions as Javascript literals and ignores template statements and comments
MIT License
3 stars 11 forks source link

Upgrading #1

Closed mlucool closed 8 years ago

mlucool commented 8 years ago

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.

alexkuz commented 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.

mlucool commented 8 years ago

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."

alexkuz commented 8 years ago

Oh, right. Merging!

alexkuz commented 8 years ago

Now in version 0.1.0.

mlucool commented 8 years ago

:+1: thanks for the quick turn around time!