Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2023
1 parent c2645bc commit f89f577
Showing 1 changed file with 33 additions and 68 deletions.
101 changes: 33 additions & 68 deletions src/test/fixtures/brokenRefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"type": "Symbol",
"localized": false,
"required": true,
"validations": [
],
"validations": [],
"disabled": false,
"omitted": false
},
Expand Down Expand Up @@ -89,11 +88,7 @@
"required": false,
"validations": [
{
"enabledMarks": [
"bold",
"italic",
"underline"
],
"enabledMarks": ["bold", "italic", "underline"],
"message": "Only bold, italic, and underline marks are allowed"
},
{
Expand All @@ -111,8 +106,7 @@
"message": "Only unordered list, ordered list, quote, table, link to entry, link to Url, block entry, inline entry, and asset nodes are allowed"
},
{
"nodes": {
}
"nodes": {}
}
],
"disabled": false,
Expand All @@ -124,8 +118,7 @@
"type": "Link",
"localized": false,
"required": false,
"validations": [
],
"validations": [],
"disabled": false,
"omitted": false,
"linkType": "Entry"
Expand All @@ -136,14 +129,12 @@
"type": "Array",
"localized": false,
"required": false,
"validations": [
],
"validations": [],
"disabled": false,
"omitted": false,
"items": {
"type": "Link",
"validations": [
],
"validations": [],
"linkType": "Entry"
}
}
Expand Down Expand Up @@ -206,8 +197,7 @@
"type": "Symbol",
"localized": false,
"required": false,
"validations": [
],
"validations": [],
"disabled": false,
"omitted": false
},
Expand All @@ -217,17 +207,15 @@
"type": "Link",
"localized": false,
"required": false,
"validations": [
],
"validations": [],
"disabled": false,
"omitted": false,
"linkType": "Entry"
}
]
}
],
"tags": [
],
"tags": [],
"editorInterfaces": [
{
"sys": {
Expand Down Expand Up @@ -427,8 +415,7 @@
"entries": [
{
"metadata": {
"tags": [
]
"tags": []
},
"sys": {
"space": {
Expand Down Expand Up @@ -475,8 +462,7 @@
"id": "2jYeCfa60UhCFs76N2hp6o"
}
},
"automationTags": [
],
"automationTags": [],
"contentType": {
"sys": {
"type": "Link",
Expand All @@ -501,21 +487,17 @@
"biography": {
"en-US": {
"nodeType": "document",
"data": {
},
"data": {},
"content": [
{
"nodeType": "paragraph",
"data": {
},
"data": {},
"content": [
{
"nodeType": "text",
"value": "Rune ",
"marks": [
],
"data": {
}
"marks": [],
"data": {}
},
{
"nodeType": "text",
Expand All @@ -525,31 +507,25 @@
"type": "bold"
}
],
"data": {
}
"data": {}
},
{
"nodeType": "text",
"value": " testing Contentful.",
"marks": [
],
"data": {
}
"marks": [],
"data": {}
}
]
},
{
"nodeType": "paragraph",
"data": {
},
"data": {},
"content": [
{
"nodeType": "text",
"value": "Infinite loop:",
"marks": [
],
"data": {
}
"marks": [],
"data": {}
}
]
},
Expand All @@ -564,21 +540,17 @@
}
}
},
"content": [
]
"content": []
},
{
"nodeType": "paragraph",
"data": {
},
"data": {},
"content": [
{
"nodeType": "text",
"value": "",
"marks": [
],
"data": {
}
"marks": [],
"data": {}
}
]
}
Expand All @@ -589,8 +561,7 @@
},
{
"metadata": {
"tags": [
]
"tags": []
},
"sys": {
"space": {
Expand Down Expand Up @@ -637,8 +608,7 @@
"id": "2jYeCfa60UhCFs76N2hp6o"
}
},
"automationTags": [
],
"automationTags": [],
"contentType": {
"sys": {
"type": "Link",
Expand All @@ -664,8 +634,7 @@
},
{
"metadata": {
"tags": [
]
"tags": []
},
"sys": {
"space": {
Expand Down Expand Up @@ -712,8 +681,7 @@
"id": "2jYeCfa60UhCFs76N2hp6o"
}
},
"automationTags": [
],
"automationTags": [],
"contentType": {
"sys": {
"type": "Link",
Expand All @@ -730,8 +698,7 @@
},
{
"metadata": {
"tags": [
]
"tags": []
},
"sys": {
"space": {
Expand Down Expand Up @@ -778,8 +745,7 @@
"id": "2jYeCfa60UhCFs76N2hp6o"
}
},
"automationTags": [
],
"automationTags": [],
"contentType": {
"sys": {
"type": "Link",
Expand Down Expand Up @@ -807,8 +773,7 @@
"assets": [
{
"metadata": {
"tags": [
]
"tags": []
},
"sys": {
"space": {
Expand Down Expand Up @@ -927,4 +892,4 @@
}
}
]
}
}

0 comments on commit f89f577

Please sign in to comment.