`vue/no-required-prop-with-default`
warn-severity vue-builtin rule from oxlint-builtin. Active in the recommended preset.
warn ·
vue-builtin· source:oxlint-builtin· ✅ yes (recommendedpreset)
vue/no-required-prop-with-default is a warn-severity vue-builtin rule from oxlint-builtin. Active in the recommended preset.
Disable / configure
doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';
export default defineConfig({
rules: {
'vue/no-required-prop-with-default': 'warn', // or false to silence
},
});
See the category overview for the full rule catalogue.
Tip
Want this rule enforced on every push? the-doctor.report tracks your score over time, gates PRs on vue/no-required-prop-with-default, and shows the trend across every branch — free while in early access.