From 6c728b7bfd917b7017606873ce51c73ccd33c880 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 1 Sep 2022 23:52:33 +1200 Subject: [PATCH] Run prettier on project directory --- .watchmanconfig | 2 +- app.json | 2 +- .../AppIcon.appiconset/Contents.json | 62 +++++++++---------- ios/massive/Images.xcassets/Contents.json | 6 +- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.watchmanconfig b/.watchmanconfig index 9e26dfe..0967ef4 100644 --- a/.watchmanconfig +++ b/.watchmanconfig @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/app.json b/app.json index 616ea20..69b9b72 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,4 @@ { "name": "massive", "displayName": "massive" -} \ No newline at end of file +} diff --git a/ios/massive/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/massive/Images.xcassets/AppIcon.appiconset/Contents.json index 8121323..ddd7fca 100644 --- a/ios/massive/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/ios/massive/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,53 +1,53 @@ { - "images" : [ + "images": [ { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" + "idiom": "iphone", + "scale": "2x", + "size": "20x20" }, { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" + "idiom": "iphone", + "scale": "3x", + "size": "20x20" }, { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" + "idiom": "iphone", + "scale": "2x", + "size": "29x29" }, { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" + "idiom": "iphone", + "scale": "3x", + "size": "29x29" }, { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" + "idiom": "iphone", + "scale": "2x", + "size": "40x40" }, { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" + "idiom": "iphone", + "scale": "3x", + "size": "40x40" }, { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" + "idiom": "iphone", + "scale": "2x", + "size": "60x60" }, { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" + "idiom": "iphone", + "scale": "3x", + "size": "60x60" }, { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" + "idiom": "ios-marketing", + "scale": "1x", + "size": "1024x1024" } ], - "info" : { - "author" : "xcode", - "version" : 1 + "info": { + "author": "xcode", + "version": 1 } } diff --git a/ios/massive/Images.xcassets/Contents.json b/ios/massive/Images.xcassets/Contents.json index 2d92bd5..97a8662 100644 --- a/ios/massive/Images.xcassets/Contents.json +++ b/ios/massive/Images.xcassets/Contents.json @@ -1,6 +1,6 @@ { - "info" : { - "version" : 1, - "author" : "xcode" + "info": { + "version": 1, + "author": "xcode" } }