Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Cleanup all eslint warnings in the website

Open fozziethebeat opened this issue 2 years ago • 4 comments
trafficstars

Running npm run build reveals a large number of small warnings. We should do a full pass over and clean them up.

fozziethebeat avatar Dec 31 '22 09:12 fozziethebeat

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

AbdBarho avatar Dec 31 '22 09:12 AbdBarho

I'll be happy to work on this cleanup

croumegous avatar Dec 31 '22 11:12 croumegous

@croumegous great, I will assign it to you.

AbdBarho avatar Dec 31 '22 11:12 AbdBarho

PR https://github.com/LAION-AI/Open-Assistant/pull/199

croumegous avatar Dec 31 '22 13:12 croumegous