import-js/eslint-plugin-import

add exceptions for exports-last

Aberta

#1.882 aberto em 17 de ago. de 2020

 (1 comentário) (1 reação) (0 responsável)JavaScript (1.549 forks)batch import
enhancementflowhelp wantedtypescript

Métricas do repositório

Stars
 (5.940 estrelas)
Métricas de merge de PR
 (Mesclagem média 138d 22h) (3 fundiu PRs em 30d)

Description

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.

Guia do colaborador