import-js/eslint-plugin-import
Import/export false positive between namespace and variable
Offen
#2.901 geöffnet am 23.10.2023
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