28 lines
568 B
JSON
28 lines
568 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"cSpell.blockCheckingWhenLineLengthGreaterThan": 150,
|
|
"cSpell.words": [
|
|
"asyncable",
|
|
"Browserslist",
|
|
"ckppp",
|
|
"corg",
|
|
"cssnano",
|
|
"daisyui",
|
|
"esserializer",
|
|
"KROKI",
|
|
"localstorage",
|
|
"mermaidchart",
|
|
"mindmap",
|
|
"pako",
|
|
"Serde",
|
|
"serdes",
|
|
"tailwindcss",
|
|
"uparrow"
|
|
],
|
|
"vitest.commandLine": "yarn test:unit",
|
|
"vitest.enable": true,
|
|
"testing.autoRun.mode": "rerun",
|
|
"svelte.enable-ts-plugin": true,
|
|
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
|
|
}
|