Skip to content

Commit

Permalink
tools: enable no-cond-assign-ESLint rule
Browse files Browse the repository at this point in the history
no-cond-assign is one of the few ESLint recommended rules that we have
turned off. This change enables the rule.
  • Loading branch information
Trott committed Jan 20, 2022
1 parent d372450 commit 17a2f53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ module.exports = {
'valid-typeof': ['error', { requireStringLiterals: true }],

// ESLint recommended rules that we disable
'no-cond-assign': 'off',
'no-empty': 'off',
'no-inner-declarations': 'off',
'no-prototype-builtins': 'off',
Expand Down

0 comments on commit 17a2f53

Please sign in to comment.