[Temporary] Disable React Compiler lint rules (#4172)

zio/stable
dan 2024-05-22 19:04:28 +01:00 committed by GitHub
parent bf8db6172f
commit 0c2fb13516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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',