From 0c2fb13516fa2a2e468f28651499637ba5c90a6c Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 22 May 2024 19:04:28 +0100 Subject: [PATCH] [Temporary] Disable React Compiler lint rules (#4172) --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1d0b30a5..541b3d61 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -68,7 +68,8 @@ module.exports = { }, ], 'simple-import-sort/exports': 'warn', - 'react-compiler/react-compiler': 'error', + // TODO: Reenable when we figure out why it gets stuck on CI. + // 'react-compiler/react-compiler': 'error', }, ignorePatterns: [ '**/__mocks__/*.ts',