Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline rule for long function arguments #3

Open
dai-shi opened this issue Dec 6, 2016 · 1 comment
Open

Multiline rule for long function arguments #3

dai-shi opened this issue Dec 6, 2016 · 1 comment

Comments

@dai-shi
Copy link
Owner

dai-shi commented Dec 6, 2016

Given:

function f(argument1, argument2, argument3, argument4, argument5, argument6, argument7, argument8) {}

Expected:

function f( 
  argument1,
  argument2,
  argument3,
  argument4,
  argument5,
  argument6,
  argument7,
  argument8
) {}
@dai-shi
Copy link
Owner Author

dai-shi commented Dec 6, 2016

Maybe, we should wait for this issue to be resolved: eslint/eslint#6074

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

No branches or pull requests

1 participant