diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-19 12:51:22 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-06-19 12:51:22 -0700 |
| commit | 1d89c9d43f05aa09b6449882bfcd9a5810438f49 (patch) | |
| tree | c0e54984fb1a8a34898203d085593f30100bb7f5 /.yarnrc.yml | |
| parent | a57a3262ace1ae1a15ce7b7ed9dc1ab757f60c28 (diff) | |
Run yarn and update packages
Diffstat (limited to '.yarnrc.yml')
| -rw-r--r-- | .yarnrc.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 0000000..4a9cad4 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1,10 @@ +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@*': + peerDependenciesMeta: + '@babel/plugin-syntax-flow': + optional: true + '@babel/plugin-transform-react-jsx': + optional: true |
