Requires compilerOptions.forceConsistentCasingInFileNames
in tsconfig.json
to be set to true
.
This rule is fixable using the --fix
option.
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true
}
}
{
"compilerOptions": {
"forceConsistentCasingInFileNames": false
}
}
{
"compilerOptions": {}
}
{}