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 dependencies #290

Open SimonLab opened 4 years ago

SimonLab commented 4 years ago

The dependencies need to be updated: image

image

SimonLab commented 4 years ago

eslint package hasn't been updated for a while and the test are now breaking because new rules need to be defined in our configuration. Some other rules have also been deprecated.

Deprecated:

Replaced

To configure

SimonLab commented 4 years ago

The PR #291 is now removing the deprecated rules and adding the new ones. You can see the values and options selected for each rules in the comment above. It's been a while I haven't coded with js so please add a comment/issue/pr to update the value of one of the rules if necessary.

nelsonic commented 4 years ago

Thanks @SimonLab 🙌

nelsonic commented 4 years ago

goodparts@1.3.0 on NPM contains these changes. 👍

SimonLab commented 4 years ago

ESlint v7.0.0 has been released 4 days ago.