Files
KaTeX/.vscode/settings.json
2020-09-06 15:07:12 +09:00

11 lines
285 B
JSON

{
"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",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
}