mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-17 00:38:39 +00:00
build: upgrade Yarn to 2.2.0 (#2477)
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -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
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user