joystick
joystick copied to clipboard
Research usage of Biome
Just came across Biome. I'd have to play and validate the claims but the linter giving hints about performance tweaks is really compelling. Maybe have some sort of setting in package.json or settings.env to toggle this on/off based on preference.
Getting output like this to curb complexity (especially in the wake of LLMs) is huge. Would make it far easier to avoid stupid mistakes at dev time while also keeping code tidy. Plugins are in beta, but being able to specify certain extra linters (e.g., I prefer the Uncle Bob approach to organizing functions, vars, etc) would be huge. Then you could just pull in the proper "dialect" for the project and automate compliance.