dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

update eslint to 3.8.0 #256

Closed SimonLab closed 7 years ago

SimonLab commented 8 years ago

The new update add a new rule: func-name-matching

As we don't have any rules to only use function declaration (see https://github.com/dwyl/goodparts/issues/207) I think we should use func-name-matching to keep consistency, any other thoughts on this?

We also need to add the dependencies badges to know when a new version of eslint has been published, so: