import-js/eslint-plugin-import

Import/export false positive between namespace and variable

Offen

#2.901 geöffnet am 23.10.2023

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.549 Forks)batch import
bughelp wantedtypescript

Repository-Metriken

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

Beschreibung

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

Contributor Guide