prettier / eslint-plugin-prettier

ESLint plugin for Prettier formatting
https://npm.im/eslint-plugin-prettier
MIT License
3.33k stars 182 forks source link

Removal of eslint-config-prettier from peerDependencies #639

Closed dev-boku closed 9 months ago

dev-boku commented 9 months ago

Since formatting rules in ESLint have been deprecated, it appears that including eslint-config-prettier in peerDependencies is no longer necessary.

I believe it might be acceptable to remove this from peerDependencies, but I am curious about the opinions of others on this matter.

JounQin commented 9 months ago

See https://github.com/prettier/eslint-plugin-prettier/pull/592#discussion_r1372774972 and also https://github.com/prettier/eslint-plugin-prettier/pull/616#discussion_r1413312435

https://github.com/prettier/eslint-config-prettier/issues/268 https://github.com/prettier/eslint-config-prettier/pull/272