From 29efb32eb0ff9d85bd933a1d1119b4aae38f55cd Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Fri, 16 Aug 2024 01:57:29 +0300 Subject: [PATCH] style: fix lint rule --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index aa971ba5..dd83646f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -18,7 +18,7 @@ export default tseslint.config( '@typescript-eslint/no-use-before-define': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-explicit-any': 'warn', - 'no-console': 'error', + 'no-console': ['error', { allow: ['warn', 'error'] }], }, }, {