We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64fcab commit 276c693Copy full SHA for 276c693
eslint.config.mjs
@@ -1,7 +1,7 @@
1
import js from '@eslint/js';
2
import tsEslint from 'typescript-eslint';
3
import tsEslintParser from '@typescript-eslint/parser';
4
-import vitest from 'eslint-plugin-vitest';
+import vitest from '@vitest/eslint-plugin';
5
import eslintImport from 'eslint-plugin-import';
6
import { fixupPluginRules } from '@eslint/compat';
7
0 commit comments