We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa09eb commit 31f9c7eCopy full SHA for 31f9c7e
.eslintrc.js
@@ -58,8 +58,6 @@ module.exports = {
58
...baseline.rules,
59
// TODO move to @mui/monorepo, codebase is moving away from default exports https://github.com/mui/material-ui/issues/21862
60
'import/prefer-default-export': 'off',
61
- // TODO move rule into the main repo once it has upgraded
62
- '@typescript-eslint/return-await': 'off',
63
'no-restricted-imports': ['error', noRestrictedImports],
64
'no-restricted-syntax': [
65
...baseline.rules['no-restricted-syntax'].filter((rule) => {
0 commit comments