mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
add jsx-no-target-blank to eslint config
This commit is contained in:
parent
ec53040edc
commit
dc40bb234a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user