@vitest/eslint-plugin 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -316,6 +316,7 @@ declare const plugin: {
316
316
  readonly "vitest/prefer-called-once": "off";
317
317
  readonly "vitest/prefer-called-times": "warn";
318
318
  readonly "vitest/prefer-expect-type-of": "warn";
319
+ readonly "vitest/hoisted-apis-on-top": "warn";
319
320
  };
320
321
  };
321
322
  env: {
package/dist/index.d.mts CHANGED
@@ -316,6 +316,7 @@ declare const plugin: {
316
316
  readonly "vitest/prefer-called-once": "off";
317
317
  readonly "vitest/prefer-called-times": "warn";
318
318
  readonly "vitest/prefer-expect-type-of": "warn";
319
+ readonly "vitest/hoisted-apis-on-top": "warn";
319
320
  };
320
321
  };
321
322
  env: {