From adb88fc296f7e356bcd81edc7b6f664629fd8792 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 27 Apr 2026 20:43:44 +0000 Subject: [PATCH] Fix ESLint config syntax --- frontend/eslint.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index b7d87b0..d5bb56e 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -42,9 +42,7 @@ export default [ 'no-var': 'error', 'eqeqeq': ['error', 'always'], 'curly': ['error', 'multi-line'], - - // Code quality - 'no-console': ['warn', { allow: ['warn', 'error'] }], + }, }, { files: ['**/*.js'],