Skip to content

Commit

Permalink
[core] Link GH issue for import/prefer-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 15, 2024
1 parent cf2aa02 commit c6fb0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
*/
rules: {
...baseline.rules,
// TODO move to @mui/monorepo, codebase is moving away from default exports
// TODO move to @mui/monorepo, codebase is moving away from default exports https://github.com/mui/material-ui/issues/21862
'import/prefer-default-export': 'off',
'no-restricted-imports': [
'error',
Expand Down

0 comments on commit c6fb0da

Please sign in to comment.