gxmari007 / vite-plugin-eslint

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

emitWarning doesn't seem to work #34

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi folks,

I'm testing to hide warnings while building. But seems option emitWarning: false doesn't work as expected and the warnings are still printed.

Is there any way to solve this?

image