Registry / testing / busbud-lint

busbud-lint

JSON →
library1.9.0jsnpmunverified

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-lint
INSTALL
IMPORT
SIG · BUSBUD-LINT
B
busbud-lint
testingjavascriptv1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lint
const lint = require('busbud-lint')
import lint from 'busbud-lint'
Assumed CommonJS as no ESM exports indicated.

Runs Busbud's lint and checks for unused dependencies via CLI.

// Install globally and run from command line npm install -g busbud-lint // In your project root: busbud-lint
busbud-lint --version
Debug
Known issues
deprecatedPackage may be deprecated or unmaintained; no recent updates.
fix
Consider migrating to standard ESLint with Busbud config or alternative tools.
affects: *
Errors
Common errors & fixes
Cannot find module 'busbud-lint'
Package not installed globally or locally.
fix
Run npm install -g busbud-lint or npm install --save-dev busbud-lint
Command not found: busbud-lint
Binary not installed in PATH.
fix
Ensure global install path is in PATH or use npx busbud-lint
Upgrade
Version history
1.9.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
busbud-lint — npm install busbud-lint · libregistry