twitter-api-typescript-sdk
twitter-api-typescript-sdk copied to clipboard
Replaced instances of single quotes with double quotes across TS SDK Codebase
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
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.