@vitest/eslint-plugin 1.2.2 → 1.2.3

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
@@ -192,6 +192,8 @@ declare const plugin: {
192
192
  readonly "vitest/no-import-node-test": "warn";
193
193
  readonly "vitest/prefer-strict-boolean-matchers": "warn";
194
194
  readonly "vitest/require-mock-type-parameters": "warn";
195
+ readonly "vitest/no-importing-vitest-globals": "warn";
196
+ readonly "vitest/prefer-importing-vitest-globals": "warn";
195
197
  };
196
198
  };
197
199
  env: {
package/dist/index.d.mts CHANGED
@@ -192,6 +192,8 @@ declare const plugin: {
192
192
  readonly "vitest/no-import-node-test": "warn";
193
193
  readonly "vitest/prefer-strict-boolean-matchers": "warn";
194
194
  readonly "vitest/require-mock-type-parameters": "warn";
195
+ readonly "vitest/no-importing-vitest-globals": "warn";
196
+ readonly "vitest/prefer-importing-vitest-globals": "warn";
195
197
  };
196
198
  };
197
199
  env: {