Skip to content

stylelint/npm-package-json-lint-config

Repository files navigation

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

NPM version CI

Stylelint org's shareable config for npm-package-json-lint.

For consistent package.json files across Stylelint org repos.

Installation

npm install @stylelint/npm-package-json-lint-config --save-dev

Usage

Add this to your package.json:

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

If you prefer, add this too:

{
  "scripts": {
    "lint:packagejson": "npmPkgJsonLint ."
  }
}

About

Stylelint org's config for npm-package-json-lint.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 4

  •  
  •  
  •  
  •