Skip to content

Commit 31f9c7e

Browse files
one more
1 parent 4fa09eb commit 31f9c7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ module.exports = {
5858
...baseline.rules,
5959
// TODO move to @mui/monorepo, codebase is moving away from default exports https://github.com/mui/material-ui/issues/21862
6060
'import/prefer-default-export': 'off',
61-
// TODO move rule into the main repo once it has upgraded
62-
'@typescript-eslint/return-await': 'off',
6361
'no-restricted-imports': ['error', noRestrictedImports],
6462
'no-restricted-syntax': [
6563
...baseline.rules['no-restricted-syntax'].filter((rule) => {

0 commit comments

Comments
 (0)