1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 10:09:39 +01:00

add jsx-no-target-blank to eslint config

This commit is contained in:
Gabe Kangas 2021-03-27 18:03:39 -07:00
parent ec53040edc
commit dc40bb234a

View file

@ -31,6 +31,7 @@ module.exports = {
'no-use-before-define': [0],
'@typescript-eslint/no-use-before-define': [1],
"react/jsx-no-target-blank": [1, { "allowReferrer": false, "enforceDynamicLinks": 'always' }],
'import/extensions': [
'error',
'ignorePackages',