We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9484657 commit 48dc0b0Copy full SHA for 48dc0b0
src/configs/typescript.ts
@@ -116,7 +116,6 @@ export async function typescript(
116
"ts/no-floating-promises": "error",
117
"ts/no-for-in-array": "error",
118
"ts/no-invalid-void-type": "error",
119
- "ts/no-loop-func": "error",
120
// "ts/no-meaningless-void-operator": "error",
121
"ts/no-misused-new": "error",
122
"ts/no-misused-promises": "error",
@@ -208,6 +207,9 @@ export async function typescript(
208
207
"ts/unified-signatures": ["error", { ignoreDifferentlyNamedParameters: true }],
209
"ts/use-unknown-in-catch-callback-variable": "error",
210
+ "no-loop-func": "off",
211
+ "ts/no-loop-func": "error",
212
+
213
"no-use-before-define": "off",
214
"ts/no-use-before-define": [
215
"error",
0 commit comments