Skip to content

Commit bd8b216

Browse files
committed
fix: fix eslint-plugin-import ver to 2.22.1
import-js/eslint-plugin-import#2078
1 parent 4697ede commit bd8b216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

default.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"group:allNonMajor"
77
],
88
"packageRules": [
9+
{
10+
"matchPackagePatterns": ["eslint-plugin-import"],
11+
"allowedVersions": "2.22.1"
12+
},
913
{
1014
"matchPackagePatterns": ["^@paktolus/"],
1115
"rollbackPrs": false

0 commit comments

Comments
 (0)