|
1 | 1 | { |
2 | 2 | "editor.codeActionsOnSave": { |
3 | | - "source.fixAll.eslint": "explicit" |
| 3 | + "source.fixAll.oxc": "explicit" |
4 | 4 | }, |
5 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 5 | + "oxc.fmt.experimental": true, |
| 6 | + "oxc.unusedDisableDirectives": "deny", |
| 7 | + "oxc.typeAware": true, |
| 8 | + "editor.defaultFormatter": "oxc.oxc-vscode", |
6 | 9 | "[typescript,typescriptreact]": { |
7 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 10 | + "editor.defaultFormatter": "oxc.oxc-vscode" |
8 | 11 | }, |
9 | 12 | "editor.formatOnSave": true, |
10 | | - "eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }], |
11 | | - "eslint.runtime": "node", |
12 | | - "eslint.workingDirectories": [ |
13 | | - { "pattern": "apps/*/" }, |
14 | | - { "pattern": "packages/*/" }, |
15 | | - { "pattern": "tooling/*/" } |
16 | | - ], |
17 | 13 | "files.associations": { |
18 | 14 | "*.css": "tailwindcss" |
19 | 15 | }, |
|
23 | 19 | "files.watcherExclude": { |
24 | 20 | "**/routeTree.gen.ts": true |
25 | 21 | }, |
26 | | - "prettier.ignorePath": ".gitignore", |
27 | 22 | "tailwindCSS.classFunctions": ["cva", "cx", "cn"], |
28 | 23 | "typescript.enablePromptUseWorkspaceTsdk": true, |
29 | 24 | "typescript.preferences.autoImportFileExcludePatterns": [ |
|
0 commit comments