Skip to content

Commit 1f18711

Browse files
committed
Update eslint to use new package
1 parent c81995b commit 1f18711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import eslint from "@eslint/js";
22
import tseslint from "@typescript-eslint/eslint-plugin";
33
import typescript from "@typescript-eslint/parser";
44
import prettier from "eslint-config-prettier";
5-
import vitest from "eslint-plugin-vitest"; // Add Vitest plugin
5+
import vitest from "@vitest/eslint-plugin"; // Add Vitest plugin
66

77
export default [
88
// JavaScript and TypeScript files

0 commit comments

Comments
 (0)