Pre-commit lint checks: Vibe coding's kryptonite
Article URL: https://www.getseer.dev/blogs/pre-commit-linting-vibe-coding Comments URL: https://news.ycombinator.com/item?id=46560343 Points: 4 Comments: 6...
Article URL: https://www.getseer.dev/blogs/pre-commit-linting-vibe-coding Comments URL: https://news.ycombinator.com/item?id=46560343 Points: 4 Comments: 6...
The Setup: Following All the Rules Vite config Using enableMediaQueryOrder: true as recommended in v0.15.0: js // vite.config.js styleXUnplugin.vite{ enableMed...
!Cover image for Getting Started with eslint-plugin-secure-codinghttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/ht...
Quick Install bash npm install --save-dev eslint-plugin-pg Flat Config js // eslint.config.js import pg from 'eslint-plugin-pg'; export default pg.configs.reco...
Your CI is slow. Your pre‑commit hooks timeout. Developers disable linting to ship faster. The culprit? eslint-plugin-import. Problem ┌─────────────────────────...
The Nightmare: “I forgot to run the linter” We've all been there: you’ve been coding for three hours, you’re in the flow, and you finally hit git push. Five mi...
O que é o eslint‑plugin‑jsx‑a11y? É um plugin do ESLint que faz uma análise estática do seu código JSX para identificar e aplicar um conjunto de regras de aces...
Stop shipping unused code. Your bundle and team will thank you. The Problem: Dead Code is Everywhere Every mature codebase has a dirty secret: dead code. The u...
MoonBit CLI: Handy Commands You Should Know One of MoonBit's appeals is the convenient commands available through the moon CLI. If you have MoonBit installed,...
!Cover image for Securing AI Agents in the Vercel AI SDKhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F...
I recently released the Google Workspace Developer Tools VS Code extensionhttps://marketplace.visualstudio.com/items?itemName=google-workspace.google-workspace-...
Background For my open source contribution I decided to keep working in the TypeScript linting space and picked a feature request that asks the no-unsafe- fami...