valkyrie-api-types/.vscode/settings.json
2024-09-12 17:51:40 +12:00

12 lines
No EOL
268 B
JSON

{
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.enableFiletypes": [
"mdx"
]
}