Skip to content

Commit

Permalink
Update npm-package-json-lint-config docs (#19584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 12, 2020
1 parent cd76be6 commit 0824b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/npm-package-json-lint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install @wordpress/npm-package-json-lint-config
Add this to your `package.json` file:

```json
"npmPackageJsonLintConfig": {
"npmpackagejsonlint": {
"extends": "@wordpress/npm-package-json-lint-config",
},
```
Expand All @@ -31,7 +31,7 @@ Or to a `.npmpackagejsonlintrc.json` file in the root of your repo:
To add, modify, or override any [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint/wiki) rules add this to your `package.json` file:

```json
"npmPackageJsonLintConfig": {
"npmpackagejsonlint": {
"extends": "@wordpress/npm-package-json-lint-config",
"rules": {
"valid-values-author": [
Expand Down

0 comments on commit 0824b1e

Please sign in to comment.