Skip to content
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

Set: forceConsistentCasingInFileNames rule to true (tsconfig) #4220

Merged

Commits on Jun 3, 2024

  1. Set: forceConsistentCasingInFileNames rule to true (tsconfig)

    Set: forceConsistentCasingInFileNames rule to true (tsconfig)
    
    This is recommended by Typescript:
    https://typescriptlang.org/tsconfig/#forceConsistentCasingInFileNames
    
    I've had this option set locally for and lint and test scripts complete without issues
    
    I discovered this by using WebHint VS Code extension which also recommend using it. https://webhint.io/docs/user-guide/hints/hint-typescript-config/consistent-casing
    coliff committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5d3f11d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d2682d View commit details
    Browse the repository at this point in the history