gxmari007 / vite-plugin-eslint

🚨 ESLint plugin for vite
MIT License
266 stars 44 forks source link

fix: remove unneeded warn log #70

Open btkostner opened 1 year ago

btkostner commented 1 year ago

Since the lintOnStart option is false by default, the user must have intentionally set this configuration option. So we don't need this warn lint clogging up the terminal when it's working as intended.

NicholasDawson commented 1 year ago

Thank you for this, was about to do the same thing, but I have low hope this will get merged because there is no activity on this repo...

This package is used by a Nuxt3 ESLint Module and this warning actually overwrites other info in the console making it disappear which is extra annoying...