valkyrie-api-types/.vscode/settings.json

11 lines
250 B
JSON
Raw Normal View History

2024-09-11 22:51:40 -07:00
{
2024-09-12 00:14:45 -07:00
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.enableFiletypes": ["mdx"]
}