We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a35f7d commit 42322d7Copy full SHA for 42322d7
1 file changed
eslint.config.mjs
@@ -141,6 +141,12 @@ export default defineConfig(
141
// turn off global react compiler plugin as it's controlled per package on this repo
142
'react-compiler/react-compiler': 'off',
143
'react/react-in-jsx-scope': 'off',
144
+
145
+ // Modern browsers imply rel="noopener" for target="_blank", so no rel is required.
146
+ // See https://github.com/mui/material-ui/pull/40447
147
+ // TODO move to mui/mui-public.
148
+ 'react/jsx-no-target-blank': 'off',
149
150
'import/no-relative-packages': 'error',
151
'import/no-restricted-paths': [
152
'error',
0 commit comments