diff --git a/eslint.config.mjs b/eslint.config.mjs index e944d21..01cd720 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,6 +8,11 @@ import baseConfig from "@mgcrea/eslint-config-node"; */ export default [ ...baseConfig, + { + rules: { + "no-console": "warn", + }, + }, { languageOptions: { parserOptions: {