aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
blob: 305b9b6a06d32bbed9fd382ad7747750d70527ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
enableGlobalCache: false

enableTelemetry: false

logFilters:
  - level: discard
    text: "prettier is listed by your project with version 3.1.1, which doesn't satisfy what @xstate/cli (p072c3) and other dependencies request (^2.0.0)."

nodeLinker: pnp

packageExtensions:
  "@xstate/cli@*":
    peerDependencies:
      prettier: "*"
  "@xstate/tools-shared@*":
    peerDependencies:
      "@babel/core": "*"
  notistack@*:
    peerDependencies:
      csstype: "*"

yarnPath: .yarn/releases/yarn-4.0.2.cjs