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.
@vitest/prefer-describe-function-title
1 parent 892f07c commit 15db143Copy full SHA for 15db143
packages/eslint-config/testing/vitest.js
@@ -28,6 +28,7 @@ const config = merge(common, {
28
'@vitest/padding-around-all': 'off',
29
'@vitest/padding-around-expect-groups': 'off',
30
31
+ '@vitest/prefer-describe-function-title': 'off',
32
'@vitest/prefer-expect-assertions': 'off',
33
'@vitest/prefer-lowercase-title': 'off',
34
'@vitest/prefer-to-be-falsy': 'off',
0 commit comments