Open MetRonnie opened 1 month ago
vite-plugin-eslint seems to be abandoned.
vite-plugin-eslint
Top Google result for a replacement is this: https://github.com/nabla/vite-plugin-eslint. However a problem with it is:
the plugin can't fail the build and is only applied in dev [i.e. yarn run serve]
yarn run serve
whereas we were kinda using the plugin to fail the build in production mode as a safety check
vite-plugin-eslint
seems to be abandoned.Top Google result for a replacement is this: https://github.com/nabla/vite-plugin-eslint. However a problem with it is:
whereas we were kinda using the plugin to fail the build in production mode as a safety check