prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.4k stars 254 forks source link

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

Closed miZyind closed 3 years ago

miZyind commented 3 years ago

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.

https://github.com/prettier/eslint-config-prettier/blob/9444ee0b20f9af3ff364f62d6a9ab967ad673a9d/index.js#L29

Reference:

lydell commented 3 years ago

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