This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Distinguish between formatting and code-quality rules #736
Labels
demo
Relates to the ESLint demo page (https://eslint.org/demo)
enhancement
This change enhances an existing feature of the website
The version of ESLint you are using.
7.2.0
The problem you want to solve.
Following the issue eslint/eslint#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: