`nuxt-doctor/structure/nuxt-major-current`
info-severity structure rule from doctor. Off by default.
info ·
structure· source:doctor· ❌ off by default
nuxt-doctor/structure/nuxt-major-current is a info-severity structure rule from doctor. Off by default in recommended; enable via --rule <id>:warn or in doctor.config.ts.
Disable / configure
doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';
export default defineConfig({
rules: {
'nuxt-doctor/structure/nuxt-major-current': 'info', // 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 nuxt-doctor/structure/nuxt-major-current, and shows the trend across every branch — free while in early access.