fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
219 stars 16 forks source link

build: refines github workflow #88

Closed thedanchez closed 4 months ago

thedanchez commented 4 months ago

Refines the repo GitHub workflows to include both lint and format checks going forward. Right now, only the React and Solid packages have clean ESLint and Prettier setups. We'll need to go down the package list and do the same for the others so we can globally enforce linting and formatting conventions for the repo

jchris commented 4 months ago

thanks!