diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:11:12 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:11:12 -0500 |
| commit | 0d703c037ee7d0015f07145da3c87e730c5aa4a6 (patch) | |
| tree | 1286d63664368f1f218d1e8b4ce2744deb429f3f /.yarnrc.yml | |
| parent | 50975d622679cccbcf70c2aa04fb0d9a8f7e04dc (diff) | |
Update Yarn
Diffstat (limited to '.yarnrc.yml')
| -rw-r--r-- | .yarnrc.yml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml index e76973c..ea8f92e 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,16 +1,9 @@ -# compressionLevel: mixed - -# enableGlobalCache: false - nodeLinker: node-modules + packageExtensions: - # awaiting fix: https://github.com/facebook/create-react-app/issues/11982 - # https://github.com/facebook/create-react-app/issues/12456 - 'eslint-plugin-flowtype@*': + eslint-plugin-flowtype@*: peerDependenciesMeta: - '@babel/plugin-syntax-flow': + "@babel/plugin-syntax-flow": optional: true - '@babel/plugin-transform-react-jsx': + "@babel/plugin-transform-react-jsx": optional: true - -# yarnPath: .yarn/releases/yarn-4.5.1.cjs |
