foxfriends / root

Play Root online with friends. Original board game by Cole Wehrle, with art by Kyle Ferrin
6 stars 1 forks source link

Set up linting for JS/CSS #9

Closed foxfriends closed 3 years ago

foxfriends commented 3 years ago

Would be nice to have some linting for CSS/JS so we keep it consistent. I like stylelint and eslint. There is a Svelte plugin for eslint which would be good to set up also. Maybe some other plugins for the libraries we use on client code.

Also set up a Github workflow to run these lints. Eventually we may want to add tests also.