Commit 2025-05-16 15:37 e0323e58
View on Github →feat(lint-style): enforce modules are named in UpperCamelCase (#24654)
except for a handful of explicit exceptions
In passing, refactor the other two checks in lint-style
to return the number of their errors (which is both meaningful and semantically clear), as opposed to a boolean (which can be accidentally inverted).