This repository was archived by the owner on Nov 10, 2022. It is now read-only.
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Distinguish between formatting and code-quality rules #736
Open
Description
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:
- formatting rules
- code-quality rules
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.