cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Replace `vite-plugin-eslint` #1953

Open MetRonnie opened 1 month ago

MetRonnie commented 1 month ago

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