chore: turn explicitly any declare check off to better focusing on other issues

This commit is contained in:
Astrian Zheng 2025-05-16 15:52:11 +10:00
parent 4def8050a1
commit afff93196a
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -19,7 +19,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
}
}
},
"javascript": {