Skip to content

Commit

Permalink
Update eslint to use new package
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Dec 1, 2024
1 parent c81995b commit 1f18711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f18711

Please sign in to comment.