Package detail

npm-package-json-lint-config-auto

autosoftoss54MIT1.1.0

NPM Package.json Lint Config

npm, package.json, pkg, json

readme

npm-package-json-lint-config-auto

npm typescript


NPM Package.json Lint Config


If I should maintain this repo, please ⭐️ GitHub stars

DM me on Twitter if you have questions or suggestions. Twitter Follow


This package provides a base config for npm-package-json-lint.

Installation

yarn add --dev npm-package-json-lint-config-auto
npm install --save-dev npm-package-json-lint-config-auto
pnpm add --save-dev npm-package-json-lint-config-auto

Usage

In your package.json file:

{
  "npmpackagejsonlint": {
    "extends": "npm-package-json-lint-config-auto"
  }
}

NPM Package JSON Lint

Now to run npm-package-json-lint, run yarn npmPkgJsonLint . or npm run npmPkgJsonLint ..


Dependenciesdependencies


Dev Dependencies


License license

MIT

changelog

1.0.2 (2023-01-05)

Bug Fixes

  • include bundleDependencies and bundledDependencies in order (7616cfe)
  • update tsconfig dependency (c821f46)