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

no-unsafe-negation #239

Closed eliasmalik closed 8 years ago

eliasmalik commented 8 years ago

http://eslint.org/docs/rules/no-unsafe-negation

"no-unsafe-negation": "error"

If this is done intentionally, I think the code it produces is not beginner friendly.