Jonas Franke

Results 17 comments of Jonas Franke

I started experimenting with Biome! Thought I'd share it.

I added rules used by next.js! https://github.com/vercel/next.js/blob/canary/packages/eslint-config-next/index.js

> 👀 It looks like the CI run has found a lot more errors than the local command. We'll need to get to a good state on the CI run...

I might need some help looking into all errors biome emits when running CI. It‘s a lot

@MattIPv4 Could you send the logs of the failed build

Do we want to allow implicit any and parameter reassigning? They’re used a lot throughout the codebase. And do we want to use the `node:` protocol for Node.js built in...

All checks passing! I left a lot of warnings in there, I think they'd be great for a follow-up pr Edit: Except Next.js

@MattIPv4 could you send the logs again? `pnpm build` doesn‘t seem to produce an error on my machine

Should I/Can we disable next‘s eslint completely?