I'm currently using WebStorm and working to maintain a specific code style:
https://i.sstatic.net/r1n7n.png
However, I encounter an issue where TSLint highlights my spacing and provides the following hint:
"Too many spaces before 'from' (import-spacing)".
My main question is: Is there a way to adhere to this code style without being highlighted by TSLint? I have tried searching for solutions online, but haven't found any success.
It's important for me to keep TSLint active, so disabling it completely is not an option. I just want to address this particular rule about spaces.