Integrate ESLint linting into tape test suites. Version 1.2.1 (stable, infrequent releases) allows running ESLint as part of tape tests in the same Node process, reducing overhead versus a separate lint step. Supports customization of file patterns, ignores, and ESLint CLIEngine options. Designed for Node.js, it gracefully disables itself in browserified test environments. Requires ESLint as a peer dependency.
npm install tape-eslintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up tape-eslint in a tape test with custom file patterns and ESLint config.
Use tape-eslint 1.2.1 with ESLint 1.x or consider alternatives like eslint-tape.
No action needed; it's by design but should be documented clearly.
Run npm install --save-dev tape-eslint eslint.
Use a newer package or pin ESLint to 1.x.
npm install --save-dev eslint
npm install --save-dev tape-eslint
Use const lint = require('tape-eslint') instead.