https://codesnips.io/197-eslint-config-that-avoids-bikeshedding
ESLint config that avoids bikeshedding - Code snip by Mateo Rodriguez - CodeSnips
I want linting to catch bugs, not fuel style debates. I use ESLint for correctness rules (unused vars, no-floating-promises, React hooks rules) and let...
mateo rodriguezeslintconfigbikeshedding
https://codesnips.io/mateorodriguez/snips/page/3
Code snips by Mateo Rodriguez - CodeSnips
Finely crafted projects
mateo rodriguezcodesnips
https://codesnips.io/199-vite-env-handling-explicit-prefixes-only
Vite env handling: explicit prefixes only - Code snip by Mateo Rodriguez - CodeSnips
Leaking secrets into the browser bundle is an easy mistake. Vite only exposes env vars with the VITE_ prefix, and I keep that rule strict. I also define a...