Skip to content

Commit 276c693

Browse files
committed
chore(deps): replace dependency eslint-plugin-vitest with @vitest/eslint-plugin 1.0.1
1 parent a64fcab commit 276c693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import js from '@eslint/js';
22
import tsEslint from 'typescript-eslint';
33
import tsEslintParser from '@typescript-eslint/parser';
4-
import vitest from 'eslint-plugin-vitest';
4+
import vitest from '@vitest/eslint-plugin';
55
import eslintImport from 'eslint-plugin-import';
66
import { fixupPluginRules } from '@eslint/compat';
77

0 commit comments

Comments
 (0)