twitter-api-typescript-sdk icon indicating copy to clipboard operation
twitter-api-typescript-sdk copied to clipboard

Replaced instances of single quotes with double quotes across TS SDK Codebase

Open one2code opened this issue 2 years ago • 1 comments

Inconsistencies in formatting as noted in issue #33

There's inconsistent styling across the codebase, with mixed use of ' ' and " " in several of the files

Solution

Replace all instances of ' ' with " " using the Prettier formatter, to update older files with a style that is consistent with the newer files

Describe the modifications you've done.

Result

Replaced all instances of ' ' with " " where found in the codebase under the /src folder, and it's children directories

one2code avatar Jun 11 '23 05:06 one2code

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jun 11 '23 05:06 CLAassistant