From 3ed82fda06c98b849a1897c6de648c747052b55c Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 10 Aug 2024 18:44:55 +0200 Subject: [PATCH] style: prettier formatting --- .github/workflows/publish.yml | 1 - .yarnrc.yml | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1e215d..c5b83dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -97,4 +97,3 @@ jobs: repository: favware/concource-discord-webhook-resource enable-url-completion: true short-description: Extensive Pokemon GraphQL API - diff --git a/.yarnrc.yml b/.yarnrc.yml index 0266e9e..dea526f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,10 +1,10 @@ -enableGlobalCache: true - -nodeLinker: node-modules - -plugins: - - checksum: f8ce3a541a57481f6213647cfe7ac8555d87cb1fc23a73a102e64e12be07f603826d822f4d0285333400f0f15baed92510c33dcce75dde2953b2811e36efa012 - path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs - spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js" - -yarnPath: .yarn/releases/yarn-4.4.0.cjs +enableGlobalCache: true + +nodeLinker: node-modules + +plugins: + - checksum: f8ce3a541a57481f6213647cfe7ac8555d87cb1fc23a73a102e64e12be07f603826d822f4d0285333400f0f15baed92510c33dcce75dde2953b2811e36efa012 + path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs + spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js' + +yarnPath: .yarn/releases/yarn-4.4.0.cjs