How can I change operators styling/shortening in VS Code – Javascript
I'm wondering how I can prevent conditional operators like !== from looking like this: I just want them to look like <= >= etc. as I read them easier.
I'm wondering how I can prevent conditional operators like !== from looking like this: I just want them to look like <= >= etc. as I read them easier.