|
39 | 39 | "rust-analyzer.check.command": "clippy", |
40 | 40 | "rust-analyzer.cargo.allTargets": false, |
41 | 41 | "rust-analyzer.procMacro.ignored": { |
42 | | - "serde_derive": ["Serialize", "Deserialize"], |
43 | | - "specta_macros": ["Type"] // Disabled because of: https://github.com/specta-rs/specta/issues/387 |
| 42 | + "serde_derive": ["Serialize", "Deserialize"] |
44 | 43 | }, |
45 | 44 | // ESLint config |
46 | 45 | "eslint.format.enable": true, |
47 | 46 | "eslint.workingDirectories": ["./frontend", "./website"], |
48 | 47 | "eslint.validate": ["javascript", "typescript", "svelte"], |
49 | | - // Svelte config |
50 | | - "svelte.plugin.svelte.compilerWarnings": { |
51 | | - "css-unused-selector": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
52 | | - "vite-plugin-svelte-css-no-scopable-elements": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
53 | | - "a11y-no-static-element-interactions": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
54 | | - "a11y-no-noninteractive-element-interactions": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
55 | | - "a11y-click-events-have-key-events": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
56 | | - "a11y_consider_explicit_label": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
57 | | - "a11y_click_events_have_key_events": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
58 | | - "a11y_no_noninteractive_element_interactions": "ignore", // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
59 | | - "a11y_no_static_element_interactions": "ignore" // NOTICE: Keep this list in sync with the list in `frontend/vite.config.ts` |
60 | | - }, |
61 | 48 | // Git Graph config |
62 | 49 | "git-graph.repository.fetchAndPrune": true, |
63 | 50 | "git-graph.repository.showRemoteHeads": false, |
|
0 commit comments