diff options
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 |
