lint no console log

This commit is contained in:
Ulf Gebhardt 2024-11-11 17:02:10 +01:00
parent 693f2c6d38
commit 5dd4c67637
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -45,7 +45,7 @@ module.exports = {
'react-hooks/exhaustive-deps': 'warn', // Checks effect dependencies
'react/react-in-jsx-scope': 'off', // Disable requirement for React import
// 'no-catch-all/no-catch-all': 'error',
// 'no-console': 'error',
'no-console': 'error',
'no-debugger': 'error',
camelcase: 'error',
indent: ['error', 2],