Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 26, 2024
1 parent 4fa09eb commit 93dae5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ module.exports = {
...baseline.rules,
// 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',
'no-restricted-imports': ['error', noRestrictedImports],
'no-restricted-syntax': [
...baseline.rules['no-restricted-syntax'].filter((rule) => {
Expand Down

0 comments on commit 93dae5d

Please sign in to comment.