build: allowAny instead of allowedAny (#10825)

This commit is contained in:
Jiralite
2025-04-07 07:07:45 +02:00
committed by GitHub
parent f580de8025
commit 2e99c26c6d

View File

@@ -80,7 +80,7 @@
"ignoreMissing": [
"*"
],
"allowedAny": [
"allowAny": [
"*"
]
},