Skip to content

Commit b6e6224

Browse files
authored
remove no-loop-func rule (#4549)
1 parent c17a45f commit b6e6224

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/app/overmind/effects/vscode/LinterWorker

1 file changed

+0
-1
lines changed

packages/app/src/app/overmind/effects/vscode/LinterWorker/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ const DEFAULT_RULES = {
156156
'no-label-var': 'warn',
157157
'no-labels': ['warn', { allowLoop: true, allowSwitch: false }],
158158
'no-lone-blocks': 'warn',
159-
'no-loop-func': 'warn',
160159
'no-mixed-operators': [
161160
'warn',
162161
{

0 commit comments

Comments
 (0)