From 399a340170f674b436a474a14e47346c457beef8 Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:49:13 +0100 Subject: [PATCH] Update frontend/.eslintrc.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/.eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index cd779cd72..6146714b4 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -5,8 +5,7 @@ module.exports = { ], rules: { // Custom rules to prevent dangerous file.name as ID patterns - 'no-file-name-as-id': 'error', - 'prefer-file-with-id': 'warn' + 'no-file-name-as-id': 'error' }, overrides: [ {