|
4 | 4 | "typescript.tsdk": "node_modules\\typescript\\lib", |
5 | 5 | "css.validate": false, |
6 | 6 |
|
7 | | - "[typescript]": { |
8 | | - "editor.codeActionsOnSave": { |
9 | | - "source.fixAll.oxc": "explicit", |
10 | | - "source.fixAll.eslint": "explicit" |
11 | | - } |
12 | | - }, |
13 | 7 | "[typescriptreact]": { |
14 | | - "editor.codeActionsOnSave": { |
15 | | - "source.fixAll.oxc": "explicit", |
16 | | - "source.fixAll.eslint": "explicit" |
17 | | - } |
| 8 | + "editor.formatOnSave": true, |
| 9 | + "editor.defaultFormatter": "oxc.oxc-vscode" |
| 10 | + }, |
| 11 | + "[typescript]": { |
| 12 | + "editor.formatOnSave": true, |
| 13 | + "editor.defaultFormatter": "oxc.oxc-vscode" |
18 | 14 | }, |
19 | 15 | "[css]": { |
20 | 16 | "editor.codeActionsOnSave": { "source.fixAll.stylelint": "explicit" } |
21 | 17 | }, |
22 | 18 |
|
23 | | - "eslint.rules.customizations": [ |
24 | | - { "rule": "style/*", "fixable": true, "severity": "warn" }, |
25 | | - { "rule": "perfectionist/*", "fixable": true, "severity": "warn" }, |
26 | | - { "rule": "import/*", "fixable": true, "severity": "warn" } |
27 | | - ], |
| 19 | + "oxc.enable": true, |
| 20 | + "oxc.enable.oxlint": true, |
| 21 | + "oxc.enable.oxfmt": true, |
28 | 22 |
|
29 | 23 | "i18n-ally.localesPaths": ["locales"], |
30 | 24 | // "i18n-ally.localesPaths": ["locales", "src/userscript/ehTagRules"], |
|
0 commit comments