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"],
|
2024-06-28 13:45:26 +03:00
|
|
|
"eslint.workingDirectories": ["."],
|
2024-06-06 16:43:21 +03:00
|
|
|
"svelte.enable-ts-plugin": true,
|
2024-06-28 13:45:26 +03:00
|
|
|
"prettier.configPath": ".prettierrc.mjs",
|
2024-06-19 13:40:07 +03:00
|
|
|
"prettier.useEditorConfig": false,
|
2024-07-08 12:31:49 +03:00
|
|
|
"editor.defaultFormatter": null,
|
2024-06-06 16:43:21 +03:00
|
|
|
"[rust]": {
|
|
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
|
|
},
|
|
|
|
"rust-analyzer.check.command": "clippy",
|
|
|
|
"rust-analyzer.check.allTargets": true,
|
|
|
|
"rust-analyzer.check.features": "all"
|
|
|
|
}
|