prettier / eslint-config-prettier

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

about eslint9.x #290

Closed ajiho closed 2 months ago

ajiho commented 2 months ago

Should it be stated in the self description file that the plugin is no longer needed in eslint9. x?

JounQin commented 2 months ago

Nope #272

lydell commented 2 months ago

See also https://github.com/prettier/eslint-config-prettier/issues/276

ajiho commented 2 months ago

@JounQin @lydell Thank you for your response . I have carefully read your reference link, but I still don't quite understand it. @stylistic/eslint-plugin If I don't use this package, do I not need to install eslint config setter Before Eslint completely abandoned format, I often used this package,It is very useful to me and I am very grateful to all those who have contributed to this package. Since I upgraded to ESLint9. x, I just want to confirm this

lydell commented 2 months ago

ESLint 9 didn’t change anything about eslint-config-prettier.

ajiho commented 2 months ago

thinks ,i see