Why this matters
PascalCase works best with autocompletion in code editors, as it's consistent with how we reference components in JS(X) and templates. However, mixed case filenames can sometimes create issues on case-insensitive file systems, which is why kebab-case is also perfectly acceptable.