We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362e213 commit 1915bedCopy full SHA for 1915bed
packages/eslint/base.eslintrc.cjs
@@ -37,6 +37,7 @@ module.exports = {
37
'@typescript-eslint/no-useless-constructor': ['off'],
38
'no-nested-ternary': 'warn',
39
'no-await-in-loop': 'warn',
40
+ 'no-constant-condition': ['warn', { checkLoops: false }],
41
'no-shadow': 'warn',
42
'quote-props': ['warn', 'consistent'],
43
'comma-dangle': ['warn', 'always-multiline'],
0 commit comments