`vue-doctor/sfc/no-mixed-options-and-composition-api`

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

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

vue-doctor/sfc/no-mixed-options-and-composition-api is a warn-severity sfc 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/sfc/no-mixed-options-and-composition-api': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.