[Temporary] Disable React Compiler lint rules (#4172)
parent
bf8db6172f
commit
0c2fb13516
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue