import-js/eslint-plugin-import

Import/export false positive between namespace and variable

Aberta

#2.901 aberto em 23 de out. de 2023

 (5 comentários) (0 reação) (0 responsável)JavaScript (1.549 forks)batch import
bughelp 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

export namespace testType { ... }

export const testType = { ... }

Results in: error Multiple exports of name 'testType' import/export

Here is an example: https://github.com/unional/type-plus/blob/main/type-plus/ts/testing/test_type.ts

Guia do colaborador