Problem
The full JavaScript lint gate reports roughly 2,200 existing formatting, JSDoc, and accessibility findings across the Artist Platform, preventing Homeboy releases from passing even when scoped builds and changed-file reviews succeed.
Expected
Establish and clear a tracked lint baseline so main is green and new regressions block releases. Prioritize real accessibility findings separately from mechanical formatting.
Observed while releasing v1.16.3; release required --skip-checks=lint after successful build and scoped review.
Problem
The full JavaScript lint gate reports roughly 2,200 existing formatting, JSDoc, and accessibility findings across the Artist Platform, preventing Homeboy releases from passing even when scoped builds and changed-file reviews succeed.
Expected
Establish and clear a tracked lint baseline so
mainis green and new regressions block releases. Prioritize real accessibility findings separately from mechanical formatting.Observed while releasing v1.16.3; release required
--skip-checks=lintafter successful build and scoped review.