no-empty-static-block
Configuration
rslint.config.ts
Rule Details
Disallow empty class static blocks. Empty static blocks usually indicate that a refactor was left unfinished or that an intentional placeholder needs an explanatory comment.
Examples of incorrect code for this rule:
Examples of correct code for this rule: