{
  "__comment": "TVU consumer lint-staged fragment (G3). Merge into your package.json 'lint-staged' field, or use a standalone .lintstagedrc.json. Pair with a pre-commit hook runner (husky / simple-git-hooks). This runs ESLint on STAGED files only — the 场景 2 (existing-product incremental) model: findings are report-only warnings, legacy untouched files are not mass-flagged, and pre-DS debt is not forced into the increment. For 场景 3 (greenfield TVU), use tvuEnforcementStrict and additionally lint the whole repo in CI with blocking semantics.",
  "*.{vue,js,jsx,ts,tsx}": "eslint"
}
