We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
logical-assignment-operators
1 parent d61e4f0 commit ffb7d6eCopy full SHA for ffb7d6e
index.js
@@ -357,13 +357,16 @@ module.exports = {
357
exceptAfterSingleLine: true,
358
},
359
],
360
- 'logical-assignment-operators': [
361
- 'error',
362
- 'always',
363
- {
364
- enforceForIfStatements: true,
365
- },
366
- ],
+
+ // TODO: Enable this again when targeting Node.js 16.
+ // 'logical-assignment-operators': [
+ // 'error',
+ // 'always',
+ // {
+ // enforceForIfStatements: true,
367
+ // },
368
+ // ],
369
370
'max-depth': 'warn',
371
'max-nested-callbacks': [
372
'warn',
0 commit comments