ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
459 stars 38 forks source link

set up linting tools + basic github actions checks #66

Closed ckolderup closed 10 months ago

PatOConnor43 commented 10 months ago

Hi 👋

Did you have anything specific in mind? I didn't see any tests yet or formatting/linting.

ckolderup commented 10 months ago

@PatOConnor43 for now I'm just thinking some Node 16-compatible version of eslint + prettier with default settings, to cut down on reformatting noise as people (including me, working from different environments that might have different defaults) submit PRs. We do need tests as well-- I've got a separate ticket for that: #21