react/jsx-no-target-blank linting

This commit is contained in:
Mike Fix
2020-02-01 23:31:23 -08:00
parent 958ba0ebac
commit b9ce35f616

View File

@@ -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',