build: upgrade Yarn to 2.2.0 (#2477)

This commit is contained in:
ylemkimon
2020-09-06 15:07:12 +09:00
committed by GitHub
parent dc5f97aaa2
commit c97436f34b
7 changed files with 69 additions and 94 deletions

View File

@@ -2,6 +2,7 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"flowtype.flow-for-vscode",
"stylelint.vscode-stylelint"
"stylelint.vscode-stylelint",
"arcanis.vscode-zipfs"
]
}

View File

@@ -2,5 +2,9 @@
"javascript.validate.enable": false,
"eslint.nodePath": ".yarn/sdks",
"stylelint.stylelintPath": ".yarn/sdks/stylelint/lib/index.js",
"flow.pathToFlow": "${workspaceFolder}/.yarn/sdks/flow-bin/cli.js"
"flow.pathToFlow": "${workspaceFolder}/.yarn/sdks/flow-bin/cli.js",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
}