diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a2e6a878..35c92268f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,14 +124,19 @@ jobs: working-directory: apps/web - name: Lint - # ESLint warning baseline freeze (v1.0.10 polish): - # 1204 is the current count of legacy warnings (mostly the - # custom no-restricted-syntax 721, plus @typescript-eslint - # no-non-null-assertion 139, no-unused-vars 134, - # no-explicit-any 115, react-hooks/exhaustive-deps 47). - # CI fails on ANY new warning. Lower this number as warnings - # are resorbed by feature work; never raise it. - run: npx eslint --max-warnings=1204 . + # ESLint warning baseline (v1.0.10 dette tech). + # Lowered from 1204 → 1108 after no-unused-vars sprint + # (134 → 0). Top contributors at this baseline : + # 757 no-restricted-syntax (custom design-system rule — + # Tailwind defaults / hex literals / native