diff --git a/.yarnrc.yml b/.yarnrc.yml index e9991e9f238f..55db1a13aeca 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,5 @@ +# documentation: https://yarnpkg.com/configuration/yarnrc + compressionLevel: 0 enableGlobalCache: true @@ -16,3 +18,15 @@ unsafeHttpWhitelist: - localhost yarnPath: .yarn/releases/yarn-3.1.1.cjs + +logFilters: + - code: "YN0005" + level: "discard" + - code: "YN0076" + level: "discard" + - pattern: "@workspace:examples" + level: "discard" + - pattern: "@storybook/root@workspace:." + level: "discard" + - pattern: "@workspace:addons/storyshots/" + level: "discard" \ No newline at end of file