diff --git a/index.js b/index.js index a1c707d..9e3697d 100644 --- a/index.js +++ b/index.js @@ -379,16 +379,13 @@ module.exports = { exceptAfterSingleLine: true, }, ], - - // TODO: Enable this again when targeting Node.js 16. - // 'logical-assignment-operators': [ - // 'error', - // 'always', - // { - // enforceForIfStatements: true, - // }, - // ], - + 'logical-assignment-operators': [ + 'error', + 'always', + { + enforceForIfStatements: true, + }, + ], 'max-depth': 'warn', 'max-nested-callbacks': [ 'warn',