diff --git a/.eslintrc b/.eslintrc index 883ab2a..2c821ce 100644 --- a/.eslintrc +++ b/.eslintrc @@ -381,7 +381,7 @@ rules: # Disallow assignments where both sides are exactly the same # http://eslint.org/docs/rules/no-self-assign - no-self-assign: 0 + no-self-assign: 2 # Disallow comparisons where both sides are exactly the same # http://eslint.org/docs/rules/no-self-compare