Skip to content

Commit 5591d42

Browse files
authored
Merge pull request #43 from Adrianmjim/renovate/eslint-plugin-vitest-replacement
chore(deps): replace dependency eslint-plugin-vitest with @vitest/eslint-plugin 1.0.1
2 parents 0ede538 + 276c693 commit 5591d42

File tree

3 files changed

+31
-136
lines changed

3 files changed

+31
-136
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-import-resolver-typescript": "3.6.3",
4040
"eslint-plugin-import": "2.31.0",
4141
"eslint-plugin-prettier": "5.2.1",
42-
"eslint-plugin-vitest": "^0.5.4",
42+
"@vitest/eslint-plugin": "1.0.1",
4343
"prettier": "3.3.3",
4444
"rimraf": "6.0.1",
4545
"typescript": "5.6.3",

pnpm-lock.yaml

Lines changed: 29 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)