cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

add linting, resolve certain lint violations #639

Closed pcvera closed 1 year ago

pcvera commented 1 year ago

I turned off the rules we're violating a lot to keep the PR diff small. We can re-enable them if we're feeling particularly strongly about them.

We can add this to CI in a future update.

pcvera commented 1 year ago

looking into why the pre-commit prettier execution conflicts with the local version

pcvera commented 1 year ago

figured it out, pre-commit was stuck to an older version of prettier, I updated the version and now the local version and the pre-commit version are consistent