Skip to content

Commit 6d3ce95

Browse files
committed
add logFilters to yarn config, so it's not giving us warnings we don't care about
1 parent 8d8673f commit 6d3ce95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.yarnrc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ unsafeHttpWhitelist:
1616
- localhost
1717

1818
yarnPath: .yarn/releases/yarn-3.1.1.cjs
19+
20+
logFilters:
21+
- code: "YN0005"
22+
level: "discard"
23+
- code: "YN0076"
24+
level: "discard"
25+
- pattern: "@workspace:examples"
26+
level: "discard"
27+
- pattern: "@storybook/root@workspace:."
28+
level: "discard"
29+
- pattern: "@workspace:addons/storyshots/"
30+
level: "discard"

0 commit comments

Comments
 (0)