We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc0484 commit 23dd69fCopy full SHA for 23dd69f
1 file changed
oxlint.config.ts
@@ -229,13 +229,15 @@ export default defineConfig({
229
"typescript/no-unsafe-assignment": "off",
230
"typescript/no-unsafe-type-assertion": "off",
231
"vitest/consistent-test-it": ["error", { fn: "it" }],
232
- "vitest/prefer-called-once": "off",
233
- "vitest/prefer-to-be-falsy": "off",
234
- "vitest/prefer-to-be-truthy": "off",
235
"vitest/no-standalone-expect": [
236
"error",
237
{ additionalTestBlockFunctions: ["it.for"] },
238
],
+ "vitest/prefer-called-once": "off",
+ "vitest/prefer-to-be-falsy": "off",
+ "vitest/prefer-to-be-truthy": "off",
239
+ "vitest/require-mock-type-parameters": "off",
240
+ "vitest/require-test-timeout": "off",
241
},
242
243
{
0 commit comments