@vitest/eslint-plugin 1.2.2 → 1.2.4

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
@@ -72,6 +72,8 @@ declare const plugin: {
72
72
  "valid-expect-in-promise": eslint.Rule.RuleModule;
73
73
  "prefer-strict-boolean-matchers": eslint.Rule.RuleModule;
74
74
  "require-mock-type-parameters": eslint.Rule.RuleModule;
75
+ "no-importing-vitest-globals": eslint.Rule.RuleModule;
76
+ "prefer-importing-vitest-globals": eslint.Rule.RuleModule;
75
77
  };
76
78
  environments: {
77
79
  env: {
@@ -192,6 +194,8 @@ declare const plugin: {
192
194
  readonly "vitest/no-import-node-test": "warn";
193
195
  readonly "vitest/prefer-strict-boolean-matchers": "warn";
194
196
  readonly "vitest/require-mock-type-parameters": "warn";
197
+ readonly "vitest/no-importing-vitest-globals": "warn";
198
+ readonly "vitest/prefer-importing-vitest-globals": "warn";
195
199
  };
196
200
  };
197
201
  env: {
package/dist/index.d.mts CHANGED
@@ -72,6 +72,8 @@ declare const plugin: {
72
72
  "valid-expect-in-promise": eslint.Rule.RuleModule;
73
73
  "prefer-strict-boolean-matchers": eslint.Rule.RuleModule;
74
74
  "require-mock-type-parameters": eslint.Rule.RuleModule;
75
+ "no-importing-vitest-globals": eslint.Rule.RuleModule;
76
+ "prefer-importing-vitest-globals": eslint.Rule.RuleModule;
75
77
  };
76
78
  environments: {
77
79
  env: {
@@ -192,6 +194,8 @@ declare const plugin: {
192
194
  readonly "vitest/no-import-node-test": "warn";
193
195
  readonly "vitest/prefer-strict-boolean-matchers": "warn";
194
196
  readonly "vitest/require-mock-type-parameters": "warn";
197
+ readonly "vitest/no-importing-vitest-globals": "warn";
198
+ readonly "vitest/prefer-importing-vitest-globals": "warn";
195
199
  };
196
200
  };
197
201
  env: {