Skip to content

Commit

Permalink
Updated require-license documentation (#127)
Browse files Browse the repository at this point in the history
Fixed an incorrectly named property in the example.
  • Loading branch information
slavafomin authored and tclindner committed Aug 6, 2019
1 parent fd45725 commit d5ff372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/required-node/require-license.md
Expand Up @@ -3,14 +3,14 @@ id: require-license
title: require-license
---

Enabling this rule will result in an error being generated if `license` is missing from the package.json file.
Enabling this rule will result in an error being generated if `license` field is missing from the `package.json` file.

## Example .npmpackagejsonlintrc configuration

```json
{
"rules": {
"required-license": "error"
"require-license": "error"
}
}
```
Expand Down

0 comments on commit d5ff372

Please sign in to comment.