Skip to content

Commit 17a2f53

Browse files
committed
tools: enable no-cond-assign-ESLint rule
no-cond-assign is one of the few ESLint recommended rules that we have turned off. This change enables the rule.
1 parent d372450 commit 17a2f53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ module.exports = {
297297
'valid-typeof': ['error', { requireStringLiterals: true }],
298298

299299
// ESLint recommended rules that we disable
300-
'no-cond-assign': 'off',
301300
'no-empty': 'off',
302301
'no-inner-declarations': 'off',
303302
'no-prototype-builtins': 'off',

0 commit comments

Comments
 (0)