Skip to content

Use Code Formatter #33

Open
Open
@zaq1tomo

Description

@zaq1tomo

The current code is not consistent in style.
For example, single and double quotes coexist in the following file

https://github.com/twitterdev/twitter-api-typescript-sdk/blob/main/src/auth.ts#L4-L5

// Copyright 2021 Twitter, Inc.
// SPDX-License-Identifier: Apache-2.0

export * from '. /OAuth2User'.
export * from ". /OAuth2Bearer";

I recommend using a code formatter (such as Prettier) to improve the development experience going forward.
If you agree with this policy, I will submit a pull request.

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions