Why this matters
Inconsistent file naming makes file imports harder to track and can lead to cross-platform compatibility issues. Always use lowercase with underscores or dashes.
Check if file titles follow the lowercase naming convention with underscores or dashes. This improves cross-platform compatibility and consistency.
Inconsistent file naming makes file imports harder to track and can lead to cross-platform compatibility issues. Always use lowercase with underscores or dashes.
Side-by-side examples engineers can pattern-match during review.
// (no example provided)// (no example provided)From the same buckets as this rule.