question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

An option for comma-dangle so that it works on function calls too

See original GitHub issue

When does this rule warn? Please describe and show example code: It should warn for this:

func(
    a,
    b
)

Adding a comma after b should solve it.

Is this rule preventing an error or is it stylistic? stylistic

Why is this rule a candidate for inclusion instead of creating a custom rule? well, it’s just a simple option for comma-dangle rule.

Are you willing to create the rule yourself?

no

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sassanhcommented, Jul 7, 2016

For someone who googles and comes to this page: this is already done in eslint-plugin-babel, the rule name is babel/func-params-comma-dangle.

0reactions
sassanhcommented, Jul 7, 2016

@ilyavolodin I see, will do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

comma-dangle - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
How to Allow Trailing Commas (Comma-Dangle) With ...
ESLint comes with support to require or disallow trailing commas. This option is also known as “comma-dangle”. Trailing commas are supported ...
Read more >
Eslint parse error on comma dangle in functions - Stack Overflow
I hope it helps. When using a dangling comma on function calls, ESLint throws this error: Parsing error: Unexpected token ) . The...
Read more >
comma-dangle | typescript-eslint
In addition to the options supported by the comma-dangle rule in ESLint core, the rule adds the following options: "enums" is for trailing...
Read more >
How to replace Prettier by ESLint rules ? | by Florian Briand
And Prettier, as a very opinionated tool, has very few options you can configurate. So if You are also very opiniated about how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found