Skip to content

Commit 4609b67

Browse files
committed
chore: Ignore eslint peer dependency warnings
1 parent 1ff580d commit 4609b67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@
8181
"esbuild"
8282
],
8383
"allowedVersions": {
84-
"rollup": "^4.x",
85-
"eslint": "^9.x"
86-
}
84+
"rollup": "^4.x"
85+
},
86+
"allowAny": [
87+
"eslint"
88+
]
8789
}
8890
}
8991
}

0 commit comments

Comments
 (0)