60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"cSpell.blockCheckingWhenLineLengthGreaterThan": 150,
|
|
"cSpell.words": [
|
|
"appinstalled",
|
|
"asyncable",
|
|
"Browserslist",
|
|
"ckppp",
|
|
"corg",
|
|
"cssnano",
|
|
"esserializer",
|
|
"fsegurai",
|
|
"gantt",
|
|
"gitgraph",
|
|
"hugeicons",
|
|
"KROKI",
|
|
"localstorage",
|
|
"mermaidchart",
|
|
"mindmap",
|
|
"NEWYEAR",
|
|
"noopener",
|
|
"noreferrer",
|
|
"Pageview",
|
|
"pako",
|
|
"panmove",
|
|
"panstart",
|
|
"panzoom",
|
|
"pinchmove",
|
|
"pinchstart",
|
|
"pzoom",
|
|
"roughjs",
|
|
"sankey",
|
|
"Serde",
|
|
"serdes",
|
|
"Stackable",
|
|
"tailwindcss",
|
|
"treemap",
|
|
"uparrow",
|
|
"xychart",
|
|
"zenuml"
|
|
],
|
|
"vitest.commandLine": "pnpm test:unit",
|
|
"vitest.enable": true,
|
|
"testing.autoRun.mode": "rerun",
|
|
"svelte.enable-ts-plugin": true,
|
|
"githubPullRequests.ignoredPullRequestBranches": ["develop"],
|
|
"[svelte]": {
|
|
"editor.defaultFormatter": "svelte.svelte-vscode"
|
|
},
|
|
"tailwindCSS.classAttributes": ["class", "className", ".*Classes"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["([\"'`][^\"'`]*.*?[\"'`])", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
|
],
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|