Shared npm-package-json-lint configuration preset by bconnorwhite. Version 1.0.0 requires npm-package-json-lint ^9.1.0 as a peer dependency. Supports Bun ^1.3.0 and Node ^24.0.0 || ^26.0.0. Ships TypeScript types. Provides a base preset for private packages and an OSS variant that adds public-package requirements (author, homepage, bugs). The config is extended via the "extends" field in npm-package-json-lint's configuration.
npm install npm-package-json-lint-config-bconnorwhiteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend the base config in a lint config file and run the linter.
Run: npm install --save-dev npm-package-json-lint@^9.1.0
Use require('npm-package-json-lint-config-bconnorwhite/oss') instead of require('npm-package-json-lint-config-bconnorwhite-oss')Upgrade Node to 24+ or use an older version of this config (if available).
Install the package: npm install --save-dev npm-package-json-lint-config-bconnorwhite
Ensure extends is exactly "npm-package-json-lint-config-bconnorwhite" and the package is installed.
Install npm-package-json-lint@^9.1.0 as a dev dependency.