Skip to content

It's now impossible to autofix new lint violations introduced on the current branch #5212

Open
@mcmire

Description

@mcmire

yarn lint:fix is a handy way to automatically fix lint violations. However, with the upgrade to ESLint 9, this package script became useless, as it now fixes warnings and errors across the entire monorepo.

We could change this script to only autofix errors, but I don't think that addresses the real need here.

Acceptance Criteria

  • It is possible to only fix the lint errors and warnings introduced in a new branch and nothing more.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions