@vitest/eslint-plugin 1.2.3 → 1.2.5

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
@@ -14,6 +14,7 @@ declare const plugin: {
14
14
  "no-conditional-tests": eslint.Rule.RuleModule;
15
15
  "expect-expect": eslint.Rule.RuleModule;
16
16
  "consistent-test-it": eslint.Rule.RuleModule;
17
+ "consistent-vitest-vi": eslint.Rule.RuleModule;
17
18
  "prefer-to-be": eslint.Rule.RuleModule;
18
19
  "no-hooks": eslint.Rule.RuleModule;
19
20
  "no-restricted-vi-methods": eslint.Rule.RuleModule;
@@ -72,6 +73,8 @@ declare const plugin: {
72
73
  "valid-expect-in-promise": eslint.Rule.RuleModule;
73
74
  "prefer-strict-boolean-matchers": eslint.Rule.RuleModule;
74
75
  "require-mock-type-parameters": eslint.Rule.RuleModule;
76
+ "no-importing-vitest-globals": eslint.Rule.RuleModule;
77
+ "prefer-importing-vitest-globals": eslint.Rule.RuleModule;
75
78
  };
76
79
  environments: {
77
80
  env: {
@@ -132,6 +135,7 @@ declare const plugin: {
132
135
  readonly "vitest/no-focused-tests": "warn";
133
136
  readonly "vitest/no-conditional-tests": "warn";
134
137
  readonly "vitest/consistent-test-it": "warn";
138
+ readonly "vitest/consistent-vitest-vi": "warn";
135
139
  readonly "vitest/no-hooks": "warn";
136
140
  readonly "vitest/no-restricted-vi-methods": "warn";
137
141
  readonly "vitest/consistent-test-filename": "warn";
package/dist/index.d.mts CHANGED
@@ -14,6 +14,7 @@ declare const plugin: {
14
14
  "no-conditional-tests": eslint.Rule.RuleModule;
15
15
  "expect-expect": eslint.Rule.RuleModule;
16
16
  "consistent-test-it": eslint.Rule.RuleModule;
17
+ "consistent-vitest-vi": eslint.Rule.RuleModule;
17
18
  "prefer-to-be": eslint.Rule.RuleModule;
18
19
  "no-hooks": eslint.Rule.RuleModule;
19
20
  "no-restricted-vi-methods": eslint.Rule.RuleModule;
@@ -72,6 +73,8 @@ declare const plugin: {
72
73
  "valid-expect-in-promise": eslint.Rule.RuleModule;
73
74
  "prefer-strict-boolean-matchers": eslint.Rule.RuleModule;
74
75
  "require-mock-type-parameters": eslint.Rule.RuleModule;
76
+ "no-importing-vitest-globals": eslint.Rule.RuleModule;
77
+ "prefer-importing-vitest-globals": eslint.Rule.RuleModule;
75
78
  };
76
79
  environments: {
77
80
  env: {
@@ -132,6 +135,7 @@ declare const plugin: {
132
135
  readonly "vitest/no-focused-tests": "warn";
133
136
  readonly "vitest/no-conditional-tests": "warn";
134
137
  readonly "vitest/consistent-test-it": "warn";
138
+ readonly "vitest/consistent-vitest-vi": "warn";
135
139
  readonly "vitest/no-hooks": "warn";
136
140
  readonly "vitest/no-restricted-vi-methods": "warn";
137
141
  readonly "vitest/consistent-test-filename": "warn";