Merge branch 'V2' into V2-eslint-no-empty-object-type

This commit is contained in:
James Brunton 2025-09-04 15:17:51 +01:00 committed by GitHub
commit 3e5e24a908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ export default defineConfig(
{
// Allow empty extending interfaces because there's no real reason not to, and it makes it obvious where to put extra attributes in the future
allowInterfaces: 'with-single-extends',
}
},
],
"@typescript-eslint/no-explicit-any": "off", // Temporarily disabled until codebase conformant
"@typescript-eslint/no-require-imports": "off", // Temporarily disabled until codebase conformant