Skip to content

AutoSoftOSS/npm-package-json-lint-config-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-package-json-lint-config-auto

npm typescript

Nice defaults for NPM Package.json Lint

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