1.1.0 • Published 1 year ago

npm-package-json-lint-config-auto v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

If I should maintain this repo, please ⭐️

DM me on Twitter if you have questions or suggestions.


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 ..

MIT