import-js/eslint-plugin-import

add exceptions for exports-last

Ouverte

#1 882 ouverte le 17 août 2020

 (1 commentaire) (1 réaction) (0 personne assignée)JavaScript (1 549 forks)batch import
enhancementflowhelp wantedtypescript

Métriques du dépôt

Stars
 (5 940 étoiles)
Métriques de merge PR
 (Merge moyen 138j 22h) (3 PRs mergées en 30 j)

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.

Guide contributeur