`vue-doctor/build-quality/eslint-plugin-vue-installed`

info-severity build-quality rule from doctor. Active in the recommended preset.

info · build-quality · source: doctor · ✅ yes (recommended preset)

vue-doctor/build-quality/eslint-plugin-vue-installed is a info-severity build-quality 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/build-quality/eslint-plugin-vue-installed': 'info', // or false to silence
  },
});

See the category overview for the full rule catalogue.