chore: remove eslint warn rule
Some checks failed
Build and Push Backend Image / build (push) Failing after 29s
Build and Push Frontend Image / build (push) Successful in 4m12s

This commit is contained in:
2026-03-07 19:28:17 +01:00
parent e236ced12a
commit a558449964

View File

@@ -33,8 +33,6 @@ export default ts.config(
"error", "error",
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, { argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
], ],
// Allow explicit any sparingly — we're adults here
"@typescript-eslint/no-explicit-any": "warn",
// Enforce consistent type imports // Enforce consistent type imports
"@typescript-eslint/consistent-type-imports": [ "@typescript-eslint/consistent-type-imports": [
"error", "error",