Empty named import blocks (import { } from "mod") have no effect and are likely the result of incomplete refactoring or accidental deletion of import specifiers.
This rule detects such empty blocks to help keep imports clean and intentional.
If you intentionally use empty named import blocks as placeholders during development or have tooling that generates such imports temporarily, you might disable this rule.