From 2b67172169123fc9516e03b75a2ea2064aafde0b Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Thu, 2 Oct 2025 15:36:59 -0400 Subject: [PATCH] don't enforce symbol rules in frontend code within backend project --- packages/backend/eslint.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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: [