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 #291

Closed SimonLab closed 4 years ago

SimonLab commented 4 years ago

ref: #290 The tests are currently failing as with the udpated eslint package new rules need to be defined in our configuration (37 in total)

The complete list of eslint rules can be found here: https://eslint.org/docs/rules/

Configuration value for rules: 0 -> off 1 -> warning 2 -> errror