Skip to content

Commit 1a78e90

Browse files
committed
Don't warn about console messages for the backend
1 parent cdb3b2d commit 1a78e90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default tseslint.config(
3535
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
3636
'@typescript-eslint/no-explicit-any': 'error', // Disallow usage of any
3737
'no-duplicate-imports': 'error', // Imports should be on one line
38-
'no-console': 'warn',
3938
'prefer-destructuring': ['error', { object: true, array: true }],
4039
'simple-import-sort/imports': 'error',
4140
'simple-import-sort/exports': 'error',

0 commit comments

Comments
 (0)