Distinguish between formatting and code-quality rules #13397
Labels
archived due to age
This issue has been archived; please open a new issue for any further discussion
enhancement
This change enhances an existing feature of ESLint
website
Relates to ESLint's website at eslint.github.io
The version of ESLint you are using.
7.2.0
The problem you want to solve.
Following the issue #13348, currently Rules Configuration tool contains a long mixed list of rules, which contains both formatting and code-quality rules all together.
Your take on the correct solution to problem.
It's better to separate these rules into two categories:
This will simplify the rules management and housekeeping, and will allow easily to delegate code-quality linting to ESLint and rely on Prettier for formatting tasks.
Are you willing to submit a pull request to implement this change?
No.
The text was updated successfully, but these errors were encountered: