From 1f187112e9d93164d82e24b3dd084abd61b915d3 Mon Sep 17 00:00:00 2001 From: Shaw Date: Sun, 1 Dec 2024 15:17:16 -0800 Subject: [PATCH] Update eslint to use new package --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 6861072ea0b..5067cc96d81 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -2,7 +2,7 @@ import eslint from "@eslint/js"; import tseslint from "@typescript-eslint/eslint-plugin"; import typescript from "@typescript-eslint/parser"; import prettier from "eslint-config-prettier"; -import vitest from "eslint-plugin-vitest"; // Add Vitest plugin +import vitest from "@vitest/eslint-plugin"; // Add Vitest plugin export default [ // JavaScript and TypeScript files