We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@vitest/eslint-plugin
1 parent 48bce63 commit f44057bCopy full SHA for f44057b
eslint.config.js
@@ -3,7 +3,7 @@ import js from "@eslint/js";
3
import globals from "globals";
4
import tseslint from "typescript-eslint";
5
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
6
-import vitestPlugin from "eslint-plugin-vitest";
+import vitestPlugin from "@vitest/eslint-plugin";
7
8
const testFiles = ["tests/**/*.test.ts", "tests/**/*.ts"];
9
0 commit comments