5 stories tagged with #eslint, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Eslint"
import-next/no-cycle Reported 0 Cycles on Next.js. We Found Why — and Fixed It.
Our cycle detector returned 0 on a 14K-file repo. oxlint found 17. We audited the rule and found two bugs: a 10-hop depth limit that silenced cycles longer than 10 hops, and a cach…
The False Positive Tax: a 1:1 TP:FP analysis of eslint-plugin-security
eslint-plugin-security flags one safe pattern for every real vulnerability it catches. Five other security plugins benchmarked side-by-side, with the false-positive code samples th…
I Benchmarked 17 ESLint Security Plugins. Only One Found Every Vulnerability.
I ran 40 real-world vulnerable patterns through every major ESLint security plugin — from eslint-plugin-security to SonarJS to Microsoft SDL. The detection gaps are alarming.…
no-cycle finds 0 cycles in next.js (and other lies caches tell you)
Our import-next/no-cycle reported 0 cycles in next.js's 14K-file repo. oxlint reported 17. The same rule, run on a 33-file subset of the same repo, found 5+. The bug: cache polluti…
I scanned 5 popular OSS repos in 5 minutes. Here's what I found.
vite, prettier, axios, svelte, eslint - 50 workflows, 158 ci-doctor findings, $6,279/mo modeled CI spend, the same three smells in all five repos. Numbers + raw data + the in-brows…