From 0821c4aea9f5ff2508350a9931b5e3fa512f9152 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 5 Jun 2024 18:32:06 -0700 Subject: [PATCH] chore(root): hoist all plugins to root so they can be dynamically loaded --- .npmrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..33b0b5eb --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +public-hoist-pattern[]=eslint +public-hoist-pattern[]=prettier +public-hoist-pattern[]=@pockethost/plugin-*