From e79237da7b58023a3fba2d003bea58acc831fc4c Mon Sep 17 00:00:00 2001 From: Kim T Date: Mon, 17 Jun 2024 19:53:28 -0700 Subject: [PATCH] Formatting --- src/project.ts | 8 +------- test/projects/Banwer Project/Banwer.json | 6 ++---- test/projects/example.json | 6 ++---- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/project.ts b/src/project.ts index c4a7f1c..0f5cbed 100644 --- a/src/project.ts +++ b/src/project.ts @@ -1,13 +1,7 @@ import path from 'path'; import { configGet } from './config.js'; import { dirCreate, dirRead, fileAdd, fileDate, fileJsonCreate, fileReadJson, fileOpen } from './file.js'; -import { - pathGetDirectory, - pathGetExt, - pathGetFilename, - pathGetWithoutExt, - safeSlug, -} from './utils.js'; +import { pathGetDirectory, pathGetExt, pathGetFilename, pathGetWithoutExt, safeSlug } from './utils.js'; import { pluginInstall, pluginUninstall } from './plugin.js'; import { PluginVersionLocal, PluginValidationOptions } from './types/plugin.js'; import { ProjectType, ProjectTypes, ProjectVersion, ProjectVersionLocal } from './types/project.js'; diff --git a/test/projects/Banwer Project/Banwer.json b/test/projects/Banwer Project/Banwer.json index e99b5b0..6da1bca 100644 --- a/test/projects/Banwer Project/Banwer.json +++ b/test/projects/Banwer Project/Banwer.json @@ -4,9 +4,7 @@ "homepage": "https://studiorack.github.io/studiorack-site/", "name": "Banwer", "description": "Created using StudioRack", - "tags": [ - "Ableton" - ], + "tags": ["Ableton"], "version": "1.0.0", "license": "cc0-1.0", "date": "2024-05-20T03:45:58.903Z", @@ -34,4 +32,4 @@ "plugins": {}, "path": "test/projects/Banwer Project", "status": "installed" -} \ No newline at end of file +} diff --git a/test/projects/example.json b/test/projects/example.json index bd37b00..618e1a5 100644 --- a/test/projects/example.json +++ b/test/projects/example.json @@ -4,9 +4,7 @@ "homepage": "https://studiorack.github.io/studiorack-site/", "name": "StudioRack Project", "description": "Created using StudioRack", - "tags": [ - "StudioRack" - ], + "tags": ["StudioRack"], "version": "1.0.0", "license": "cc0-1.0", "date": "2024-06-17T04:44:04.036Z", @@ -31,4 +29,4 @@ "plugins": {}, "path": "songs/april/example", "status": "installed" -} \ No newline at end of file +}