react/jsx-no-target-blank linting

main
Mike Fix 5 years ago
parent 958ba0ebac
commit b9ce35f616
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -20,6 +20,7 @@ module.exports = {
'no-duplicate-imports': 'error',
'react/prop-types': 'off',
'react/display-name': 'off',
'react/jsx-no-target-blank': 'error',
'react/jsx-uses-react': 'error',
'react/jsx-uses-vars': 'error',
'jsx-a11y/click-events-have-key-events': 'off',

Loading…
Cancel
Save