From a91cd844395cb74ba54d53f3954aff198a65feb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:07:05 +0000 Subject: Automatically format code --- .yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yarnrc.yml') diff --git a/.yarnrc.yml b/.yarnrc.yml index 8aa4e19..2a309ef 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,5 +1,5 @@ plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs - spec: "@yarnpkg/plugin-typescript" + spec: '@yarnpkg/plugin-typescript' yarnPath: .yarn/releases/yarn-3.0.0-rc.9.cjs -- cgit