`dead-code/duplicate-export`
warn-severity dead-code rule from doctor. Active in the recommended preset.
warn ·
dead-code· source:doctor· ✅ yes (recommendedpreset)
dead-code/duplicate-export is a warn-severity dead-code rule from doctor. Active in the recommended preset.
Disable / configure
doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';
export default defineConfig({
rules: {
'dead-code/duplicate-export': '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 dead-code/duplicate-export, and shows the trend across every branch — free while in early access.