@vitest/eslint-plugin 1.2.5 → 1.2.7
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.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +12 -8
package/dist/index.d.cts
CHANGED
|
@@ -196,7 +196,7 @@ declare const plugin: {
|
|
|
196
196
|
readonly "vitest/no-import-node-test": "warn";
|
|
197
197
|
readonly "vitest/prefer-strict-boolean-matchers": "warn";
|
|
198
198
|
readonly "vitest/require-mock-type-parameters": "warn";
|
|
199
|
-
readonly "vitest/no-importing-vitest-globals": "
|
|
199
|
+
readonly "vitest/no-importing-vitest-globals": "off";
|
|
200
200
|
readonly "vitest/prefer-importing-vitest-globals": "warn";
|
|
201
201
|
};
|
|
202
202
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -196,7 +196,7 @@ declare const plugin: {
|
|
|
196
196
|
readonly "vitest/no-import-node-test": "warn";
|
|
197
197
|
readonly "vitest/prefer-strict-boolean-matchers": "warn";
|
|
198
198
|
readonly "vitest/require-mock-type-parameters": "warn";
|
|
199
|
-
readonly "vitest/no-importing-vitest-globals": "
|
|
199
|
+
readonly "vitest/no-importing-vitest-globals": "off";
|
|
200
200
|
readonly "vitest/prefer-importing-vitest-globals": "warn";
|
|
201
201
|
};
|
|
202
202
|
};
|