1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Tools: Filter out certain Yarn warnings

This commit is contained in:
Laurent Cozic 2022-11-21 12:37:07 +00:00
parent 5b0a9b9b56
commit 276f066b7b

View File

@ -19,4 +19,8 @@ logFilters:
# eg "@joplin/app-desktop@workspace:packages/app-desktop doesn't provide react-is (p570cf), requested by styled-components"
- code: YN0002
level: discard
level: discard
# eg "string.prototype.matchall@npm:4.0.8 can't be found in the cache and will be fetched from the remote registry"
- code: YN0013
level: discard