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.
no-loop-func
1 parent 4d03f68 commit 2cef998Copy full SHA for 2cef998
bases/typescript.js
@@ -31,6 +31,8 @@ module.exports = {
31
// TODO: Should be covered by a type-based rule
32
// 'import/no-deprecated': 'off',
33
34
+ 'no-loop-func': 'off',
35
+ '@typescript-eslint/no-loop-func': 'error',
36
'@typescript-eslint/adjacent-overload-signatures': 'error',
37
'@typescript-eslint/array-type': 'error',
38
'@typescript-eslint/await-thenable': 'error',
0 commit comments