From a9ac478ee06f9567f3fde73f777da88c6b876c4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 04:22:05 +0000 Subject: Automatically format code --- .yarnrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index f362d3a..05fc4ec 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -4,9 +4,9 @@ nodeLinker: node-modules plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs - spec: "@yarnpkg/plugin-typescript" + spec: '@yarnpkg/plugin-typescript' - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - spec: "@yarnpkg/plugin-interactive-tools" + spec: '@yarnpkg/plugin-interactive-tools' pnpEnableEsmLoader: true -- cgit