mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
11 lines
285 B
JSON
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
|
|
},
|
|
}
|