Files
backstage/.changeset/pretty-glasses-admire.md
T
Patrik Oldsberg fae2aee878 cli: remove no-duplicates lint rule
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-07 12:27:52 +01:00

408 B

@backstage/cli
@backstage/cli
patch

Removed the import/no-duplicates lint rule from the frontend and backend ESLint configurations. This rule is quite expensive to execute and only provides a purely cosmetic benefit, so we opted to remove it from the set of default rules. If you would like to keep this rule you can add it back in your local ESLint configuration:

  'import/no-duplicates': 'warn'