While I understand that linting is the reason for this, why are trailing spaces considered problematic?
I plan to disable this feature in tslint.json, but before I make that change, I want to ensure I'm not making a mistake.
Visual Studio Code alerts me with wavy underlines when it detects trailing spaces. However, I don't see the issue because at the time of transpiling or deployment, those trailing spaces will be removed anyways. So, what's the concern?