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: https://github.com/nodejs/node/pull/41614 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
d77754bfc7
commit
68bb83f11b
@ -295,7 +295,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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user