Skip to content

Commit 3e8bd56

Browse files
committed
fix: shouldn't pin @vitest/eslint-plugin version
It must be an oversight. There's no point in pinning this version.
1 parent 8208ca2 commit 3e8bd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@vitest/eslint-plugin": "1.1.31",
3+
"@vitest/eslint-plugin": "^1.1.31",
44
"eslint-plugin-cypress": "^4.1.0",
55
"eslint-plugin-playwright": "^2.2.0"
66
}

0 commit comments

Comments
 (0)