iancmyers / eslint-grunt

Validate files with ESLint using the Grunt task runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.4.1 doesn't have support smarter-eqeqeq ?

alundiak opened this issue · comments

I just recently updated to 0.4.0 and my old eslint.json with smarter-eqeqeq:1 doesn't work now:
alt text

@alundiak The ESLint core project merged the smarter-eqeqeq rule into the eqeqeq rule. You should be able to just use eqeqeq now.