aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
blob: f4c1970fa91c49485b4e3a23be4b5d952a5e7a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
enableTelemetry: 0

nodeLinker: pnp

packageExtensions:
  eslint-config-airbnb-typescript@*:
    peerDependencies:
      eslint: "*"
      eslint-plugin-import: "*"
  stylelint-config-recommended-scss@*:
    peerDependencies:
      postcss: "*"

plugins:
  - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
    spec: "@yarnpkg/plugin-interactive-tools"

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