File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ First thing first, let's make sure you have the necessary pre-requisites.
52
52
53
53
### Examples
54
54
55
- Run a specific rule, author-valid-values , on a file relative to the current working directory.
55
+ Run a specific rule, require-author , on a file relative to the current working directory.
56
56
` pjl-cli -f "../relative-path/package.json" -r "require-author: 'error'" `
57
57
58
- Run a specific rule, author-valid-values , ignoring warnings on a file relative to the current working directory.
58
+ Run a specific rule, require-author , ignoring warnings on a file relative to the current working directory.
59
59
` pjl-cli -f "../relative-path/package.json" -r "require-author: 'error'" --ignore-warnings `
60
60
61
61
Run using the config in ` .npmpackagejsonlintrc ` on a file relative to the current working directory.
@@ -88,7 +88,7 @@ Ex: `"require-author": "error"`
88
88
89
89
## Migrating from v0.x.x to 1.x.x
90
90
91
- Please see [ CONTRIBUTING.md ] ( CONTRIBUTING.md ) .
91
+ Please see the [ migration guide ] ( https://github.com/tclindner/npm-package-json-lint/wiki/migrating-from-v0-to-v1 ) .
92
92
93
93
## Contributing
94
94
@@ -100,7 +100,7 @@ Please see [CHANGELOG.md](CHANGELOG.md).
100
100
101
101
## Related
102
102
103
- * [ grunt-npm-package-json-lint] ( grunt-npm-package-json-lint ) : Grunt Wrapper for npm-package-json-lint
103
+ * [ grunt-npm-package-json-lint] ( https://github.com/tclindner/ grunt-npm-package-json-lint) : Grunt Wrapper for npm-package-json-lint
104
104
105
105
## License
106
106
You can’t perform that action at this time.
0 commit comments