npm-package-json-lint-config-bconnorwhite
v1.0.0
Published
Shared npm-package-json-lint configuration
Maintainers
Readme
Installation
npm install npm-package-json-lint-config-bconnorwhiteyarn add npm-package-json-lint-config-bconnorwhitepnpm add npm-package-json-lint-config-bconnorwhitebun add npm-package-json-lint-config-bconnorwhiteUsage
{
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bconnorwhite"
}
}The package also exposes an OSS-oriented variant that extends the default config:
{
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bconnorwhite/oss"
}
}The default export is the base preset for private packages. The oss preset adds public-package requirements including author, homepage, and bugs.
const config = require("npm-package-json-lint-config-bconnorwhite");
const ossConfig = require("npm-package-json-lint-config-bconnorwhite/oss");- npm-package-json-lint: Configurable linter for package.json files.
MIT - MIT License
