Minor: Convert single quote strings to double quote ones in the templates #1353

Closed
opened 2025-08-09 17:19:49 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @empz on 9/30/2016

Following your own Typescript coding standards strings should be double quoted.

Opening a template project with VSCode with TSLint or any other editor with TSLint will underline every string present in the .tsx files as they are all single quoted.

*Originally created by @empz on 9/30/2016* Following your own [Typescript coding standards](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines) strings should be double quoted. Opening a template project with VSCode with TSLint or any other editor with TSLint will underline every string present in the `.tsx` files as they are all single quoted.
fergalmoran added the up-for-grabsup-for-grabs labels 2025-08-09 17:19:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1353
No description provided.