Skip to content

Latest commit

 

History

History

npm-package-json-lint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@trigen/npm-package-json-lint-config

NPM version Node version Dependencies status Install size Build status

Trigen's npm-package-json-lint config.

Install

pnpm add -D @trigen/npm-package-json-lint-config
# or
yarn add -D @trigen/npm-package-json-lint-config
# or
npm i -D @trigen/npm-package-json-lint-config

Configure

Create .npmpackagejsonlintrc.json with next content:

{
  "extends": "@trigen/npm-package-json-lint-config"
}

for monorepos:

{
  "extends": [
    "@trigen/npm-package-json-lint-config",
    "@trigen/npm-package-json-lint-config/monorepo"
  ]
}