Shared npm-package-json-lint configuration for packages built with @bconnorwhite/bob. Current stable version is 1.2.1, released with no active development since 2020. It provides a set of linting rules tailored for TypeScript projects using the BOB toolkit. The package is maintained as part of BOB's ecosystem and requires npm-package-json-lint version 5.1.0 or higher as a peer dependency. It differentiates by being a simple configuration preset that enforces BOB conventions.
npm install npm-package-json-lint-config-bobNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure npm-package-json-lint to use the BOB preset by extending this config in a JSON file.
Ensure npm-package-json-lint is at version 5.1.0 or higher.
Do not use require/import; instead reference it in the 'extends' field of your config file.
Consider using alternative configs or extending manually for latest npm-package-json-lint.
Install the package: npm install npm-package-json-lint-config-bob --save-dev
Ensure .npmpackagejsonlintrc.json contains a valid JSON object with 'extends' set to the string 'npm-package-json-lint-config-bob'.