Skip to content

Commit

Permalink
[core] Disable eslint-plugin-react-compiler for Base (#42563)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Jun 7, 2024
1 parent 5a9fc4d commit 9acbedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ module.exports = {
rules: {
'import/no-default-export': 'error',
'import/prefer-default-export': 'off',
...(ENABLE_REACT_COMPILER_PLUGIN ? { 'react-compiler/react-compiler': 'off' } : {}),
},
},
{
Expand Down

0 comments on commit 9acbedb

Please sign in to comment.