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

Turn off @typescript-eslint/comma-dangle #158

Closed
miZyind opened this issue Sep 22, 2020 · 1 comment · Fixed by #159
Closed

Turn off @typescript-eslint/comma-dangle #158

miZyind opened this issue Sep 22, 2020 · 1 comment · Fixed by #159

Comments

@miZyind
Copy link

miZyind commented Sep 22, 2020

There is a new extension rule in typescript-eslint since the version 4.2.0 has been released.

The core config has already turned off comma-dangle.
The config of typescript-eslint should respect the same rule as well.

"comma-dangle": "off",

Reference:

@lydell
Copy link
Member

lydell commented Sep 25, 2020

Released in v6.12.0. Thank for the report, and thanks @ybiquitous for the pull request!

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

Successfully merging a pull request may close this issue.

2 participants