Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Description
Overview
Followingeslint/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 asdeprecated
in their metdata.
To be clear, this is notremoving 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.