comcode-org / hackmud_wiki

https://wiki.hackmud.com/
Other
13 stars 21 forks source link

Missing Instructions for fixing lint checks #400

Open seanmakesgames opened 4 months ago

seanmakesgames commented 4 months ago

Problem

Contributors and people new to the project do not know what our lint setup is and how to fix issues with the linter checks.

Context

We should provide instructions on how to spin up a codespace (less work and less fiddly than local or other dev envs) and run npx --yes prettier --write . and commit and push the change.