@@ -58,6 +58,15 @@ function vitest() {
5858 'vitest/no-standalone-expect' : 'warn' ,
5959 'vitest/no-test-prefixes' : 'warn' ,
6060 'vitest/no-test-return-statement' : 'warn' ,
61+
62+ 'vitest/padding-around-after-all-blocks' : 'warn' ,
63+ 'vitest/padding-around-after-each-blocks' : 'warn' ,
64+ 'vitest/padding-around-before-all-blocks' : 'warn' ,
65+ 'vitest/padding-around-before-each-blocks' : 'warn' ,
66+ 'vitest/padding-around-describe-blocks' : 'warn' ,
67+ 'vitest/padding-around-expect-groups' : 'warn' ,
68+ 'vitest/padding-around-test-blocks' : 'warn' ,
69+
6170 'vitest/prefer-called-once' : 'warn' ,
6271 'vitest/prefer-called-times' : 'off' ,
6372 'vitest/prefer-called-with' : 'warn' ,
@@ -88,11 +97,11 @@ function vitest() {
8897 'vitest/require-local-test-context-for-concurrent-snapshots' : 'warn' ,
8998 'vitest/require-mock-type-parameters' : 'off' ,
9099 'vitest/require-to-throw-message' : 'warn' ,
91- 'vitest/require-top-level-describe' : 'warn ' ,
100+ 'vitest/require-top-level-describe' : 'off ' ,
92101 'vitest/valid-describe-callback' : 'warn' ,
93102 'vitest/valid-expect' : 'warn' ,
94103 'vitest/valid-expect-in-promise' : 'warn' ,
95- 'vitest/valid-title' : 'warn' ,
104+ 'vitest/valid-title' : [ 'warn' , { allowArguments : true } ] ,
96105 'vitest/warn-todo' : 'warn' ,
97106 } ,
98107 } ;
0 commit comments