change(lint): don't ignore config files in eslint conf

fix/verification-admin-route-recovery
ethernet 2026-07-10 12:06:11 -04:00
parent 955c5b73c5
commit c5794c505e
1 changed files with 0 additions and 3 deletions

View File

@ -118,8 +118,5 @@ export default [
rules: {
'no-restricted-globals': ['warn', 'document']
}
},
{
ignores: ['*.config.*']
}
]