Skip to content

Commit

Permalink
[Temporary] Disable React Compiler lint rules (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored May 22, 2024
1 parent bf8db61 commit 0c2fb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c2fb13

Please sign in to comment.