This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Minor: Convert single quote strings to double quote ones in the templates #343
Closed
Description
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.