`vue-doctor/build-quality/vue-tsc-in-devDeps`
warn-severity build-quality rule from doctor. Active in the recommended preset.
warn ·
build-quality· source:doctor· ✅ yes (recommendedpreset)
vue-doctor/build-quality/vue-tsc-in-devDeps is a warn-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/vue-tsc-in-devDeps': '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-doctor/build-quality/vue-tsc-in-devDeps, and shows the trend across every branch — free while in early access.