TSLint is complaining that single-quotes should be double-quotes. Our team prefers to use single-quotes to wrap string literals.
I see that TSLint is configurable to set the mode to single-quote, but I cannot find a way to set these rules in Visual Studio 2015.
In Options, I found a couple of TSLint options under Text Editor > TypeScript > TSLint:
- Enable TSLint
- Warnings as errors
Obviously, these aren't the settings for which I'm looking...
Has anyone found a way to configure the TSLint rules in Visual Studio 2015, or is this something we just have to hope they add in the near future?
This solution: Setup TSLint in Visual Studio 2015
Seems to just be about adding TSLint to Visual Studio 2015 if it doesn't already exist. That's not what I'm looking for either.