stylelint / npm-package-json-lint-config

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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 ."
  }
}

Changelog

About

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

License:MIT License


Languages

Language:JavaScript 100.0%