robinloeffel / esbuild-plugin-eslint

Lint your esbuild bundles with eslint. 🧐
https://npmjs.com/esbuild-plugin-eslint
MIT License
7 stars 7 forks source link

Fix lint duplicates in esbuild watch mode #15

Open thedanbob opened 2 months ago

thedanbob commented 2 months ago

When esbuild is running in watch mode the list of files to lint isn't cleared between runs and grows indefinitely with duplicates. This PR fixes that.