Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 405 Bytes

lemon-trains-hang.md

File metadata and controls

9 lines (7 loc) · 405 Bytes
eslint-import-resolver-typescript
minor

feat: add a new bun?: boolean option for bun users - close #386

process.versions.bun is unavailable even with bun eslint due to its own design, but checking bun modules for non-bun users is incorrect behavior and just wasting time, so a new option is added for such case, you can still run with bun --bun eslint without this option enabled