2024-06-06 16:43:21 +03:00
|
|
|
{
|
2024-06-19 13:40:07 +03:00
|
|
|
"eslint.useFlatConfig": true,
|
2024-06-06 16:43:21 +03:00
|
|
|
"eslint.validate": ["svelte"],
|
|
|
|
"eslint.workingDirectories": ["app"],
|
|
|
|
"svelte.enable-ts-plugin": true,
|
2024-06-19 13:40:07 +03:00
|
|
|
"prettier.configPath": "app/.prettierrc.js",
|
|
|
|
"prettier.useEditorConfig": false,
|
2024-06-06 16:43:21 +03:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"[rust]": {
|
|
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
|
|
},
|
|
|
|
"rust-analyzer.check.command": "clippy",
|
|
|
|
"rust-analyzer.check.allTargets": true,
|
|
|
|
"rust-analyzer.check.features": "all"
|
|
|
|
}
|