Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

timostamm/oxlint-import-namespace-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

False positive for eslint-plugin-import(namespace) with TypeScript enum

$ npm test
> [email protected] test
> oxlint


  × eslint-plugin-import(namespace): "Foo" not found in imported namespace "./lib".
   ╭─[test.ts:3:24]
 2 │ 
 3 │ export const bar = lib.Foo.BAR;
   ·                        ───
 4 │ 
   ╰────

Found 0 warnings and 1 error.
Finished in 2ms on 2 files using 10 threads.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors