import-js/eslint-plugin-import

add exceptions for exports-last

Offen

#1.882 geöffnet am 17.08.2020

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.548 Forks)batch import
enhancementflowhelp wantedtypescript

Repository-Metriken

Stars
 (5.940 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 138T 22h) (3 gemergte PRs in 30 T)

Beschreibung

It is customary to keep parameter types next to the function declaration. This rule forces to move all types to the top of the file. It would be nice to add an exception to the exports-last rule for types.

Contributor Guide