We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react/jsx-no-target-blank
1 parent 09b1517 commit a6f39e8Copy full SHA for a6f39e8
packages/create-vite/template-react/.eslintrc.cjs
@@ -12,6 +12,7 @@ module.exports = {
12
settings: { react: { version: '18.2' } },
13
plugins: ['react-refresh'],
14
rules: {
15
+ 'react/jsx-no-target-blank': 'off',
16
'react-refresh/only-export-components': [
17
'warn',
18
{ allowConstantExport: true },
0 commit comments