Skip to content

Commit

Permalink
Fix ESLint Vitest plugin import
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Nov 13, 2024
1 parent 6b45de9 commit 5f145a6
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 @@ -22,7 +22,7 @@ import pluginPromise from 'eslint-plugin-promise';
import react from 'eslint-plugin-react';
import hooksPlugin from 'eslint-plugin-react-hooks';
import testingLibrary from 'eslint-plugin-testing-library';
import vitest from 'eslint-plugin-vitest';
import vitest from '@vitest/eslint-plugin';
import path from 'path';
import ts from 'typescript-eslint';
import { fileURLToPath } from 'url';
Expand Down

0 comments on commit 5f145a6

Please sign in to comment.