vite-plugin-checker
vite-plugin-checker copied to clipboard
Add the build.logLevel attribute in eslint so that the warning log is not displayed when packaging.
Is your feature request related to a problem? Please describe.
When I pack, I know that there is an eslint warning in the project, but I don't want to fix it. Can I add a configuration property to close the prompt?
Describe the solution you'd like
Add the build.logLevel attribute in eslint so that the warning log is not displayed when packaging.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- [x] Read the docs.
- [X] Read the Contributing Guidelines.
- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.