WeSearch
Hub / Tags / Eslint
TAG · #ESLINT

Eslint coverage.

Every story in the WeSearch catalog tagged with #eslint, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#javascript3#security2#benchmark2#opensource1#devops1#ci1#github1#axios1#vite1#prettier1#svelte1#staticanalysis1
DEV.TO (TOP)

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…

13 views ·
#javascript#webdev
DEV.TO (TOP)

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…

15 views ·
#security#javascript
DEV.TO (TOP)

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.…

15 views ·
#security#javascript
DEV.TO (TOP)

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…

14 views ·
#staticanalysis#performance
DEV COMMUNITY

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…

16 views ·
#opensource#devops#ci