diff --git a/packages/backend/eslint.config.js b/packages/backend/eslint.config.js index ccb44a317e..ff3320c075 100644 --- a/packages/backend/eslint.config.js +++ b/packages/backend/eslint.config.js @@ -122,6 +122,11 @@ export default [ LANGS_VERSION: true, }, }, + rules: { + 'no-restricted-globals': 'off', + 'no-restricted-properties': 'off', + 'no-restricted-syntax': 'off', + }, }, { ignores: [