Open
Description
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:
the plugin can't fail the build and is only applied in dev [i.e.
yarn run serve
]
whereas we were kinda using the plugin to fail the build in production mode as a safety check