[Temporary] Disable React Compiler lint rules (#4172)
This commit is contained in:
parent
bf8db6172f
commit
0c2fb13516
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue