fix: add prettier.json checks to pre-commit

update files against new pre-commit check for json
This commit is contained in:
mauvehed 2023-07-30 18:35:21 -05:00
parent e83160e99f
commit 8c0fea059f
53 changed files with 1422 additions and 1446 deletions

View file

@ -1,24 +1,20 @@
{
"firstname" : "Brad",
"lastname" : "Smith",
"handle" : "Nurse",
"birth" : "",
"death" : "2011",
"obituary" : "",
"issue" : "5",
"affiliations" : "",
"mainimage" : "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
"maintext" : "",
"socialmedialinks" : [
{
"sitename" : "Facebook Memorial",
"siteurl" : "https://www.facebook.com/Remembering-Brad-Smith-The-Nurse-243091789081516/"
}
],
"contributions" : [
],
"gallery" : [
]
"firstname": "Brad",
"lastname": "Smith",
"handle": "Nurse",
"birth": "",
"death": "2011",
"obituary": "",
"issue": "5",
"affiliations": "",
"mainimage": "/images/y3t1_Art-Brad_Smith_aka_Nurse.jpg",
"maintext": "",
"socialmedialinks": [
{
"sitename": "Facebook Memorial",
"siteurl": "https://www.facebook.com/Remembering-Brad-Smith-The-Nurse-243091789081516/"
}
],
"contributions": [],
"gallery": []
}