TrySound / rollup-plugin-eslint

This plugin in migrated https://github.com/rollup/plugins/tree/master/packages/eslint
MIT License
61 stars 17 forks source link

ESlint needs an upgrade #44

Open pvaananen opened 4 years ago

pvaananen commented 4 years ago

ESlint 6.0.0 has transitive dependency in the minimist library that needs to be upgraded to fix a vulnerability.

The dependency chain is rollup-plugin-eslint > eslint > mkdirp > minimist.

In understand that as a dev tool this isn't critical, but it would be nice to get rid of the warning.

robinloeffel commented 4 years ago

I'd been waiting for feedback, too, but eventually grew impatient. So I've created a new package! Feel free to check it out at https://github.com/robinloeffel/rollup-plugin-eslint! :)