mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-12 18:43:44 +00:00
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
},
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.validate": ["javascript", "typescript", "svelte"]
|
|
}
|