Skip to content

Arrow function arguments formatting #199

@animecyc

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions