Skip to content

newline between if and condition #6

Description

@pejg12

This slips through the validation.

if
(some) {
        void 0;
}

Okay or not okay? The style guide is unclear about this.

I would assume this is better:

if (some) {
        void 0;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions