Skip to content

Arrow function arguments formatting #199

Description

@animecyc

Seeing some strangeness with arrow function arguments:

let filter = (state, action) => {
   // ...
};

becomes:

let filter = (state,
action) => {
   // ...
};

I would imagine the arguments should remain on the same line no?

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

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions