traefik/faency

Clear the usage of `eslint-disable-next-line @typescript-eslint/no-unused-vars`

Closed this issue · 0 comments

Description

Follow up to #275.

There are several eslint-disable-next-line @typescript-eslint/no-unused-vars implemented in some files, mainly in stories for <Customize /> components. I think they could be removed safely, but will need to be verified beforehand.