ESLint
- Category: sast (JavaScript / TypeScript)
- Fingerprint: rule-file-surrounding-3-lines-v1 — ESLint's own
partialFingerprintsare preserved underscanner/eslint/*byRewriteESLintSARIF. - License: MIT
sast:
eslint: { enabled: true }
When to enable
Any JS/TS project. Combine with the security plugin for runtime-safety checks (prototype pollution, open redirect, …).
Common false positives
no-unused-varson intentionally-prefixed_argnames — configure the lint rule to accept the underscore prefix rather than dismissing one-by-one.