`vue-doctor/security/no-target-blank-without-rel`

warn-severity security rule from doctor. Active in the recommended preset.

warn · security · source: doctor · ✅ yes (recommended preset)

vue-doctor/security/no-target-blank-without-rel is a warn-severity security rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'vue-doctor/security/no-target-blank-without-rel': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.