daidodo/format-imports

Support removing unused import in Vue.

Open

#20 geöffnet am 2. Jan. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (4 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (51 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently, removing unused imports is disabled for .vue files because imports can be used outside of <script> (link) and there isn't an easy way to find them.

The feature request is to find a way to enable it.

Contributor Guide