prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.41k stars 254 forks source link

ESLint 6.0 changed the default options for no-confusing-arrow #90

Closed lydell closed 5 years ago

lydell commented 5 years ago

https://eslint.org/docs/6.0.0/user-guide/migrating-to-6.0.0#-the-no-confusing-arrow-rule-is-now-more-lenient-by-default

The default options for the no-confusing-arrow rule have changed from { allowParens: false } to { allowParens: true }.

Need to figure out how to deal with this.

lydell commented 5 years ago

Maybe the validators should take ESLint version into account. This could help #55 as well.