
The 3 Most-Installed ESLint Plugins Went Quiet in 2025
I measured days-since-release for 18 ESLint plugins. import, react and jsx-a11y have shipped nothing in over a year — and dormant is not the same as dead.
Tag archive

I measured days-since-release for 18 ESLint plugins. import, react and jsx-a11y have shipped nothing in over a year — and dormant is not the same as dead.

The scariest bug in a B2B SaaS isn't a 500. It's a 200 with someone else's data in it. I work at...
I love vanilla CSS and want to keep using it as the language evolves. These days, AI agents write...

I measured the install tree of 11 ESLint plugins. Direct dependency counts predict almost nothing, and every raw number hides the same 69-package baseline.
Resolve ESLint's 'Cannot find module next/babel' error by updating .eslintrc.json and aligning with Next.js 13+ SWC/Babel config. Includes monorepo fixes.
[email protected] declares this: "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6...

Keep ESLint stable while adding TypeScript 7: use the side-by-side npm aliases, CI checks, failure diagnosis, verification, and rollback

Adding a strict linter to an existing repository produces four thousand errors and gets reverted. The...

ESLint's linter ships in 459 KB with two real security plugins inside it. Here's the esbuild recipe that puts a working linter inside a blog post.
Native ECMA, Static Analysis Artikulates Resilient is an open-source static-analysis...

eslint-plugin-security ships its tests. I ran 84 of its own vulnerable samples through my plugins: 51 caught, and 29 of the 33 misses are one obsolete rule.

You just started a fresh Next.js project. Your code looks messy. Your tabs and spaces are at war. A...