I'm using visual code and It really annoying to see the red dashed line on each sentence because whitespace or tslint qoutemark.
I tried to install typescript globally but nothing changed.
how can i disable it?

-
You're typing sentences into a TypeScript file?user47589– user475892017-08-22 21:02:25 +00:00Commented Aug 22, 2017 at 21:02
-
Yes. I edited my post you can see the photoManspof– Manspof2017-08-22 21:07:19 +00:00Commented Aug 22, 2017 at 21:07
Add a comment
|
2 Answers
You have 3 options here:
- Disable the rules -> Put the cursor on the error, and click the lamp on the gutter.
- Change the rules -> Edit your tslint.json
- Follow the rules -> Best! Click
Ctrl-.for auto fix.
