|
1 | 1 | { |
2 | | - "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
3 | | - "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
4 | | - "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
5 | | - "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
6 | | - "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
7 | | - "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, |
| 2 | + "[jsonc]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
| 3 | + "[json]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
| 4 | + "[javascript]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
| 5 | + "[javascriptreact]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
| 6 | + "[typescript]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
| 7 | + "[typescriptreact]": { "editor.defaultFormatter": "oxc.oxc-vscode" }, |
8 | 8 | "typescript.tsdk": "node_modules/typescript/lib", |
9 | 9 | "editor.formatOnSave": true, |
10 | 10 | "tailwindCSS.experimental.classRegex": ["classed.[a-z]+`([^`]*)`"], |
|
13 | 13 | "explorer.fileNesting.expand": false, |
14 | 14 | "explorer.fileNesting.patterns": { |
15 | 15 | ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*", |
16 | | - "package.json": "package-lock.json, .babelrc, .editorconfig, .figma*, .github*, .huskyrc*, plopfile*, .oxlintrc*, .prettier*, .vscode*, playwright.config.*, prettier*, tsconfig.*, vitest.config.*, yarn*, postcss.config.*, tailwind.config.*, vite.config.ts, mockServiceWorker.js, vercel.json, .licenserc.yaml, LICENSE" |
| 16 | + "package.json": "package-lock.json, .babelrc, .editorconfig, .figma*, .github*, .huskyrc*, plopfile*, .oxlintrc*, .oxfmtrc*, .prettier*, .vscode*, playwright.config.*, tsconfig.*, vitest.config.*, yarn*, postcss.config.*, tailwind.config.*, vite.config.ts, mockServiceWorker.js, vercel.json, .licenserc.yaml, LICENSE" |
17 | 17 | }, |
18 | 18 | "vite.browserType": "system", |
19 | 19 | "vite.buildCommand": "npm run build", |
|
0 commit comments