Run prettier

This commit is contained in:
Kevin Kandlbinder 2021-10-18 16:57:20 +02:00
parent b50b7d83c3
commit 0b5a905ae6
20 changed files with 452 additions and 352 deletions

View file

@ -23,7 +23,7 @@ module.exports = {
height: extConfig.height,
nationality: extConfig.nationality,
personImage: extConfig.personImage,
sameAs: extConfig.sameAs
sameAs: extConfig.sameAs,
},
plugins: [
`gatsby-plugin-eslint`,
@ -34,15 +34,15 @@ module.exports = {
{
resolve: `gatsby-plugin-remote-images`,
options: {
nodeType: 'SocialsJson',
imagePath: 'image',
nodeType: "SocialsJson",
imagePath: "image",
},
},
{
resolve: `gatsby-plugin-remote-images`,
options: {
nodeType: 'FriendsJson',
imagePath: 'imageURL',
nodeType: "FriendsJson",
imagePath: "imageURL",
},
},
{