Skip to content

Commit b17aa25

Browse files
Trottdanielleadams
authored andcommitted
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. PR-URL: #41614 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent b06c33b commit b17aa25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ module.exports = {
295295
'valid-typeof': ['error', { requireStringLiterals: true }],
296296

297297
// ESLint recommended rules that we disable
298-
'no-cond-assign': 'off',
299298
'no-empty': 'off',
300299
'no-inner-declarations': 'off',
301300
'no-prototype-builtins': 'off',

0 commit comments

Comments
 (0)