{"id":26815,"library":"busbud-lint","title":"busbud-lint","description":"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.","status":"maintenance","version":"1.9.0","language":"javascript","source_language":"en","source_url":"https://github.com/busbud/js-style-guide","tags":["javascript"],"install":[{"cmd":"npm install busbud-lint","lang":"bash","label":"npm"},{"cmd":"yarn add busbud-lint","lang":"bash","label":"yarn"},{"cmd":"pnpm add busbud-lint","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Assumed CommonJS as no ESM exports indicated.","wrong":"import lint from 'busbud-lint'","symbol":"lint","correct":"const lint = require('busbud-lint')"}],"quickstart":{"code":"// Install globally and run from command line\nnpm install -g busbud-lint\n// In your project root:\nbusbud-lint","lang":"javascript","description":"Runs Busbud's lint and checks for unused dependencies via CLI."},"warnings":[{"fix":"Consider migrating to standard ESLint with Busbud config or alternative tools.","message":"Package may be deprecated or unmaintained; no recent updates.","severity":"deprecated","affected_versions":"*"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run npm install -g busbud-lint or npm install --save-dev busbud-lint","cause":"Package not installed globally or locally.","error":"Cannot find module 'busbud-lint'"},{"fix":"Ensure global install path is in PATH or use npx busbud-lint","cause":"Binary not installed in PATH.","error":"Command not found: busbud-lint"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}