gxmari007 / vite-plugin-eslint

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

How to close throwOnWarning #6

Closed LHNfromTJ closed 3 years ago

LHNfromTJ commented 3 years ago

Hello: When using vite, there are two eslint plugins @rollup/plugin-eslint and vite-plugin-eslint. When I use vite-plugin-eslint, if there is a warning in my code, then vite will stop Compile and display the warning message on the page. What I want is to not stop the compilation of vite and turn off the warning message in the warning state, just like the throwOnWarning option in @rollup/plugin-eslint. How do I do it?

gxmari007 commented 3 years ago

Has supported