import { defineConfig } from "react-doctor/api"; /** * React Doctor configuration for the route-commerce-platform monorepo. * * This file intentionally uses `react-doctor/api` so that the dependency is * imported into the source tree (not just invoked via the CLI). Without this * import, `deslop/unused-dev-dependency` correctly flags `react-doctor` in * `package.json` as unused. * * Rules deliberately left at their defaults — nothing is ignored, excluded, * or relaxed. The goal is a clean 100/100 score by fixing root causes, not * by suppressing findings. */ export default defineConfig({ projects: ["."], });