Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma committed Jan 20, 2025
1 parent b7cee42 commit 844d69e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/usage/nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ You can set alternative feeds:
{
"packageRules": [
{
"matchDatasources": [
"nuget"
],
"matchDatasources": ["nuget"],
"registryUrls": [
"https://api.nuget.org/v3/index.json",
"https://example1.com/nuget/",
Expand Down Expand Up @@ -100,12 +98,8 @@ If a `v3` feed URL does not end with `index.json`, you must specify the version
{
"packageRules": [
{
"matchDatasources": [
"nuget"
],
"registryUrls": [
"https://example1.com/nuget/#protocolVersion=3"
]
"matchDatasources": ["nuget"],
"registryUrls": ["https://example1.com/nuget/#protocolVersion=3"]
}
]
}
Expand Down

0 comments on commit 844d69e

Please sign in to comment.