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 4298328 commit 92ee8f6
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 @@ -57,7 +57,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',
// TODO move rule into the main repo once it has upgraded
'@typescript-eslint/return-await': 'off',
Expand Down

0 comments on commit 92ee8f6

Please sign in to comment.