A minimal npm package that lists all 'lint:' scripts from your package.json, including the variation 'lint:<task>:fix'. Version 1.0.6 is the latest and only stable version. It is a lightweight utility with no dependencies, useful for quickly viewing available linting commands without opening package.json. Unlike more complex task runners, it provides a simple one-liner for listing npm lint scripts.
npm install lint-listNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and call the default function to list all lint scripts from package.json.
Use import or dynamic import instead of require.
Check the source code or test the package to understand its behavior.
Consider if this is the right tool; alternatives like 'npm-run-all' offer more features.
Use import() or switch to a CommonJS compatible package.
Ensure you use the default import correctly: import lintList from 'lint-list';
Run npm install lint-list to install the package.
No dependency data recorded yet.