Skip to content

Commit f44057b

Browse files
authored
chore(tests): use the newer @vitest/eslint-plugin package (#375)
1 parent 48bce63 commit f44057b

File tree

3 files changed

+73
-386
lines changed

3 files changed

+73
-386
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import js from "@eslint/js";
33
import globals from "globals";
44
import tseslint from "typescript-eslint";
55
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
6-
import vitestPlugin from "eslint-plugin-vitest";
6+
import vitestPlugin from "@vitest/eslint-plugin";
77

88
const testFiles = ["tests/**/*.test.ts", "tests/**/*.ts"];
99

0 commit comments

Comments
 (0)