prettier / eslint-config-prettier

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

Move rules deprecated in ESLint 8.53.0 to the deprecated section #271

Closed lydell closed 7 months ago

lydell commented 7 months ago

When ESLint removes these rules, it might make sense for eslint-config-prettier to release a major version that removes all deprecated rules, their validators and their documentation (that would be quite the cleanup).

fisker commented 7 months ago

These rules adopted by eslint-stylistic, maybe we should disable them?

JounQin commented 7 months ago

These rules adopted by eslint-stylistic, maybe we should disable them?

See #272

fisker commented 7 months ago

Thanks!