70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"Agentic",
|
|
"atlasing",
|
|
"Biostatistician",
|
|
"Cordova",
|
|
"customresourcedefinitions",
|
|
"dashboarded",
|
|
"Decisioning",
|
|
"eksctl",
|
|
"elicitations",
|
|
"filecomplete",
|
|
"fintech",
|
|
"fluxcd",
|
|
"gamedev",
|
|
"gitops",
|
|
"implementability",
|
|
"inclusivity",
|
|
"ingressgateway",
|
|
"istioctl",
|
|
"metroidvania",
|
|
"NACLs",
|
|
"nodegroup",
|
|
"platformconfigs",
|
|
"Playfocus",
|
|
"playtesting",
|
|
"pointerdown",
|
|
"pointerup",
|
|
"Polyrepo",
|
|
"replayability",
|
|
"roguelike",
|
|
"roomodes",
|
|
"Runbook",
|
|
"runbooks",
|
|
"Shardable",
|
|
"Softlock",
|
|
"speedrunner",
|
|
"tekton",
|
|
"tilemap",
|
|
"tileset",
|
|
"Trae",
|
|
"VNET"
|
|
],
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["package.json"],
|
|
"url": "https://json.schemastore.org/package.json"
|
|
},
|
|
{
|
|
"fileMatch": [".vscode/settings.json"],
|
|
"url": "vscode://schemas/settings/folder"
|
|
}
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
|
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
|
"[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
|
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
|
"prettier.prettierPath": "node_modules/prettier",
|
|
"prettier.requireConfig": true,
|
|
"yaml.format.enable": false,
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.validate": ["javascript", "yaml"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.rulers": [100]
|
|
}
|