don't enforce symbol rules in frontend code within backend project

This commit is contained in:
Hazelnoot 2025-10-02 15:36:59 -04:00
parent 2f4270b8f7
commit 2b67172169

View file

@ -122,6 +122,11 @@ export default [
LANGS_VERSION: true,
},
},
rules: {
'no-restricted-globals': 'off',
'no-restricted-properties': 'off',
'no-restricted-syntax': 'off',
},
},
{
ignores: [