-
Notifications
You must be signed in to change notification settings - Fork 683
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
[Bug] hint
shouldn't warn about forceConsistentCasingInFileNames
when TS version is >= 5.0.0
#5880
Comments
Hi @hamirmahal, Thank you for the report, do you have a minimal repro or example on where are you observing this behavior and also how that differs to your expected output, it would be better if no images are provided as I cannot copy/paste from them. Where are you adding this |
Hello @vidorteg, You're welcome. An otherwise empty repository with this {
"compilerOptions": { <- webhint says `forceConsistentCasingInFileNames` should be `true`
"strict": true
}
} I'm adding the
warning, but it doesn't need to. |
this is extremely helpful, thank you @hamirmahal, will take a look. |
🐞 Bug report
Description
hint
shouldn't warn aboutforceConsistentCasingInFileNames
when the TypeScript version is >= 5.0.0.Details
forceConsistentCasingInFileNames
defaults totrue
for TypeScript versions >= 5.0.0.The text was updated successfully, but these errors were encountered: