Skip to content
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
@pubmikeb

Description

@pubmikeb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    demoRelates to the ESLint demo page (https://eslint.org/demo)enhancementThis change enhances an existing feature of the website

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions