TAP (Test Anything Protocol) formatter for ESLint. Version 2.0.1 is the latest stable release. This package provides a formatter that outputs ESLint results in TAP format, which is commonly used in test harnesses. It is a simple, single-purpose tool with no dependencies. Compared to other ESLint formatters like 'eslint-formatter-tap', this one is maintained by Sindre Sorhus and has a straightforward CLI usage. It supports Node.js >=4 and works with ESLint's --format flag or through grunt-eslint.
npm install eslint-tapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use eslint-tap as a formatter with ESLint CLI, using either direct command or npx.
Use full path: 'node_modules/eslint-tap' instead of just 'eslint-tap'.
Consider alternatives like 'eslint-formatter-tap' or use 'eslint --format tap' if available.
Use ESLint's built-in TAP formatter if available, or migrate to a compatible formatter.
No workaround; the output is fixed.
Use --format=node_modules/eslint-tap
Ensure npm install ran and run from project root.
Update ESLint to a supported version (<=8) or use a different formatter.
No dependency data recorded yet.