mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
lint no console log
This commit is contained in:
parent
693f2c6d38
commit
5dd4c67637
@ -45,7 +45,7 @@ module.exports = {
|
|||||||
'react-hooks/exhaustive-deps': 'warn', // Checks effect dependencies
|
'react-hooks/exhaustive-deps': 'warn', // Checks effect dependencies
|
||||||
'react/react-in-jsx-scope': 'off', // Disable requirement for React import
|
'react/react-in-jsx-scope': 'off', // Disable requirement for React import
|
||||||
// 'no-catch-all/no-catch-all': 'error',
|
// 'no-catch-all/no-catch-all': 'error',
|
||||||
// 'no-console': 'error',
|
'no-console': 'error',
|
||||||
'no-debugger': 'error',
|
'no-debugger': 'error',
|
||||||
camelcase: 'error',
|
camelcase: 'error',
|
||||||
indent: ['error', 2],
|
indent: ['error', 2],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user