An ESLint plugin (v1.0.61) that enforces a rule disallowing snapshot testing in Jest. It prevents calls to `toMatchSnapshot` and `toMatchInlineSnapshot`, offering an auto-fix to remove them. This package is a niche utility for teams that ban snapshot testing. It has a simple setup, only one rule, and is dependency-light. No known major alternative exists with identical focus.
Verified import paths — ran on the pinned version, not inferred.
ESLint expects short plugin name; the 'eslint-plugin-' prefix is omitted.
The rule name is 'no-snapshot-testing', not a shorter variant.
No official options documented; plugin is simple.
Shows ESLint config enabling the plugin and rule, and an example of a flagged snapshot call.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.