Description
Overview
Following eslint/eslint#17522 > https://eslint.org/blog/2023/10/deprecating-formatting-rules/:
The next minor release of ESLint will deprecate core formatting rules. We recommend you use a source code formatter instead.
Hooray! 🙌
We've already closed all issues in this repo that pertain to formatting rules (e.g. #1824 (comment)) and previously added a notice to rule docs not to use them (#7733). Next up will be marking the rules as deprecated
in their metdata.
To be clear, this is not removing the formatting rules. They'll still work if you really want to go against the recommendation of both ESLint core and the typescript-eslint team. They'll just show up as deprecated in documentation. Removing them will be a breaking change in a later major version.