diff --git a/eslint.config.js b/eslint.config.js index ff533c3..c09eacd 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -39,6 +39,12 @@ export default tseslint.config({ allow: [], }, ], + 'no-console': [ + 'warn', + { + allow: ['warn', 'error'], + }, + ], }, }, { files: ['**/*.mjs'],