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