Skip to content

Commit

Permalink
Disable eslint-plugin-react-compiler in mui-base
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Jun 7, 2024
1 parent 8a741e4 commit 4d1f459
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 4d1f459

Please sign in to comment.