Open-Assistant
Open-Assistant copied to clipboard
Cleanup all eslint warnings in the website
trafficstars
Running npm run build reveals a large number of small warnings. We should do a full pass over and clean them up.
npx eslint --fix unfortunately does not solve the problem.
Maybe we could integrate some tool that does this for us automatically.
https://github.com/trivago/prettier-plugin-sort-imports
I'll be happy to work on this cleanup
@croumegous great, I will assign it to you.
PR https://github.com/LAION-AI/Open-Assistant/pull/199