google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.74k stars 140 forks source link

Update to eslint v3 #20

Closed alberto closed 8 years ago

alberto commented 8 years ago

eslint v3 was released a couple of months ago. It uses eslint-config-google as one of the predefined configurations, so it needs a compatible package for people to use.

alberto commented 8 years ago

Sorry, not really an issue with eslint --init. I didn't notice you actually declare peer dependency using >=. 👍