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 5d70195 commit ecf3b6dCopy full SHA for ecf3b6d
.eslintrc.js
@@ -179,6 +179,7 @@ module.exports = {
179
'no-class-assign': 'error',
180
'no-confusing-arrow': 'error',
181
'no-const-assign': 'error',
182
+ 'no-constant-condition': ['error', { checkLoops: false }],
183
'no-constructor-return': 'error',
184
'no-control-regex': 'error',
185
'no-debugger': 'error',
0 commit comments