We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9eb0e commit 2816fdfCopy full SHA for 2816fdf
src/modules/vitest.mjs
@@ -58,6 +58,7 @@ function vitest() {
58
'vitest/no-standalone-expect': 'warn',
59
'vitest/no-test-prefixes': 'warn',
60
'vitest/no-test-return-statement': 'warn',
61
+ 'vitest/no-unneeded-async-expect-function': 'warn',
62
63
'vitest/prefer-called-once': 'warn',
64
'vitest/prefer-called-times': 'off',
@@ -73,6 +74,7 @@ function vitest() {
73
74
'vitest/prefer-importing-vitest-globals': 'off',
75
'vitest/prefer-lowercase-title': 'warn',
76
'vitest/prefer-mock-promise-shorthand': 'warn',
77
+ 'vitest/prefer-mock-return-shorthand': 'warn',
78
'vitest/prefer-snapshot-hint': 'warn',
79
'vitest/prefer-spy-on': 'warn',
80
'vitest/prefer-strict-boolean-matchers': 'off',
0 commit comments