prettier / eslint-config-prettier

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

feat: remove support for deprecated `eslint-plugin-standard` #208

Closed MichaelDeBoey closed 2 years ago

MichaelDeBoey commented 2 years ago

BREAKING CHANGE: Removes support for deprecated eslint-plugin-standard


Closes #207

voxpelli commented 2 years ago

I think it could be good to dig into how standard replaced these, as they weren’t primarily removed because a change of mind on what to lint changed but instead because it became redundant due to other rules.

Would probably want to do the same here? Keep the linting but adapt them to rules provided by core and/or common plugins.

lydell commented 2 years ago

Closing since #207 was closed.