I'm currently working in VSCode using TSLint version 5.11.0.
In my VSCode settings, I have enabled the following option:
"tslint.autoFixOnSave": true
However, every time I open a TypeScript file, I encounter the following TS error message:
[Info - 14:52:31] vscode-tslint: Status is OK
[Info - 14:52:31] vscode-tslint: Cannot read tslint configuration - 'ENOTDIR invalid cwd /Users/batman/project/Command.ts'
Due to this error, VSCode fails to automatically correct TypeScript issues in my tslint.json file.
This issue occurs with any TypeScript file that I open, not just a specific one. Any advice on how to resolve this would be greatly appreciated.
Thank you.