Update frontend/.eslintrc.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Reece Browne 2025-09-03 16:49:13 +01:00 committed by GitHub
parent 4886ef7ddb
commit 399a340170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: [
{