A linting tool that enforces Busbud's JavaScript style guide configuration and checks for unused dependencies in projects. Version 1.9.0 is likely the latest stable release, with no recent updates. It combines ESLint with custom rules and dependency auditing, differentiating from standard ESLint setups by automatically detecting unused packages. Primarily used internally at Busbud and by projects following their conventions.
npm install busbud-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs Busbud's lint and checks for unused dependencies via CLI.
Consider migrating to standard ESLint with Busbud config or alternative tools.
Run npm install -g busbud-lint or npm install --save-dev busbud-lint
Ensure global install path is in PATH or use npx busbud-lint
No dependency data recorded yet.