chore: disallow console errors

This commit is contained in:
Lluis Agusti
2025-08-15 12:45:04 +02:00
parent 6bb6a081a2
commit 9be32e15b1

View File

@@ -21,6 +21,8 @@
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
],
// Prevent console statements in production code
"no-console": "error"
}
}