This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
📎 Implement noStaticOnlyClass
, @typescript-eslint/no-extraneous-class, unicorn/no-static-only-class
#4482
Labels
A-Linter
Area: linter
good first issue
Good for newcomers
Help wanted
Help would be really appreciated
I-Easy
Implementation: easy task, usually a good fit for new contributors
task
A task, an action that needs to be performed
Description
Implement @typescript-eslint/no-extraneous-class, also supported by unicorn/no-static-only-class.
In contrast to @typescript-eslint/no-extraneous-class and similarly to unicorn/no-static-only-class, we should accept empty classes and classes that include only a constructor.
The text was updated successfully, but these errors were encountered: