@vitest/eslint-plugin 1.6.5 → 1.6.6

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
@@ -147,6 +147,7 @@ declare const plugin: {
147
147
  readonly "vitest/valid-expect": "warn";
148
148
  readonly "vitest/valid-title": "warn";
149
149
  readonly "vitest/require-awaited-expect-poll": "warn";
150
+ readonly "vitest/require-test-timeout": "off";
150
151
  };
151
152
  };
152
153
  readonly env: {
package/dist/index.d.ts CHANGED
@@ -147,6 +147,7 @@ declare const plugin: {
147
147
  readonly "vitest/valid-expect": "warn";
148
148
  readonly "vitest/valid-title": "warn";
149
149
  readonly "vitest/require-awaited-expect-poll": "warn";
150
+ readonly "vitest/require-test-timeout": "off";
150
151
  };
151
152
  };
152
153
  readonly env: {