Skip to content

feat: tsconfig - forceConsistentCasingInFileNames #1532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

Conversation

coliff
Copy link
Member

@coliff coliff commented May 7, 2025

Short description of what this resolves:

If you are working on a project where developers use different OSes (e.g.: Windows and Linux), enabling this property will prevent issues related to the file casing and how the files are referenced in the code.

REF: https://webhint.io/docs/user-guide/hints/hint-typescript-config/consistent-casing/

If you are working on a project where developers use different OSes (e.g.: Windows and Linux), enabling this property will prevent issues related to the file casing and how the files are referenced in the code.
@coliff coliff requested a review from thedaviddias as a code owner May 7, 2025 15:35
Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.97%. Comparing base (14bf48c) to head (4bc1251).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1532      +/-   ##
==========================================
- Coverage   98.46%   97.97%   -0.50%     
==========================================
  Files           2        2              
  Lines        1627     1627              
  Branches      342      337       -5     
==========================================
- Hits         1602     1594       -8     
- Misses         25       33       +8     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14bf48c...4bc1251. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coliff coliff requested a review from nschonni May 7, 2025 15:36
@coliff coliff merged commit ae709dd into master May 7, 2025
12 of 13 checks passed
@coliff coliff deleted the dev/coliff/tsconfig-casing branch May 7, 2025 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants