Skip to content
Snippets Groups Projects
Commit b15e091c authored by Teppei Sato's avatar Teppei Sato Committed by Rhys Arkins
Browse files

docs: fix pacakgeNames to packagePatterns (#3160)

docs: fix pacakgeNames to packagePatterns
parent f6d8eb7a
No related branches found
No related tags found
No related merge requests found
...@@ -522,7 +522,7 @@ Use this field if you want to have one or more package name patterns excluded in ...@@ -522,7 +522,7 @@ Use this field if you want to have one or more package name patterns excluded in
``` ```
"packageRules": [{ "packageRules": [{
"packagePatterns": ["^eslint"], "packagePatterns": ["^eslint"],
"excludePackageNames": ["^eslint-foo"] "excludePackagePatterns": ["^eslint-foo"]
}] }]
``` ```
...@@ -575,7 +575,7 @@ Use this field if you want to have one or more package names patterns in your pa ...@@ -575,7 +575,7 @@ Use this field if you want to have one or more package names patterns in your pa
``` ```
"packageRules": [{ "packageRules": [{
"packageNames": ["^angular"], "packagePatterns": ["^angular"],
"rangeStrategy": "replace" "rangeStrategy": "replace"
}] }]
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment