We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faa8ae commit c001ee7Copy full SHA for c001ee7
docs/rules/no-template-target-blank.md
@@ -73,7 +73,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
73
74
### `{ "enforceDynamicLinks": "always" }` (default)
75
76
-<eslint-code-block :rules="{'vue/no-template-target-blank': ['error', { enforceDynamicLinks: 'never' }]}">
+<eslint-code-block :rules="{'vue/no-template-target-blank': ['error', { enforceDynamicLinks: 'always' }]}">
77
78
```vue
79
<template>
0 commit comments