johnsoncodehk / tsslint

🔋⚡️ The fastest and lightest TypeScript semantic linting solution
MIT License
287 stars 2 forks source link

fix(core): hoist esbuild dependency from `config` to `core` #18

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 2 months ago

No longer require to install @tsslint/config in the project root directory, fixed bundle config to add as a dependency in the tsslint.config.ts re-exported case.