|
1 | 1 | { |
2 | | - "[javascript][javascriptreact][typescript][typescriptreact][vue][markdown][json][jsonc][yaml]": { |
3 | | - "editor.codeActionsOnSave": { |
4 | | - "source.fixAll.eslint": "explicit" |
5 | | - } |
6 | | - }, |
7 | | - "[markdown]": { |
8 | | - "editor.codeActionsOnSave": { |
9 | | - "source.fixAll.markdownlint": "explicit" |
10 | | - } |
11 | | - }, |
12 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
13 | | - "editor.formatOnSave": true, |
14 | | - "eslint.experimental.useFlatConfig": true, |
15 | | - "eslint.validate": [ |
16 | | - "javascript", |
17 | | - "javascriptreact", |
18 | | - "typescript", |
19 | | - "typescriptreact", |
20 | | - "vue", |
21 | | - "markdown", |
22 | | - "json", |
23 | | - "jsonc", |
24 | | - "yaml" |
25 | | - ], |
26 | | - "prettier.enable": true |
| 2 | + "[javascript]": { |
| 3 | + "editor.defaultFormatter": "biomejs.biome" |
| 4 | + }, |
| 5 | + "[typescript]": { |
| 6 | + "editor.defaultFormatter": "biomejs.biome" |
| 7 | + }, |
| 8 | + "[javascriptreact]": { |
| 9 | + "editor.defaultFormatter": "biomejs.biome" |
| 10 | + }, |
| 11 | + "[typescriptreact]": { |
| 12 | + "editor.defaultFormatter": "biomejs.biome" |
| 13 | + }, |
| 14 | + "[json]": { |
| 15 | + "editor.defaultFormatter": "biomejs.biome" |
| 16 | + }, |
| 17 | + "[jsonc]": { |
| 18 | + "editor.defaultFormatter": "biomejs.biome" |
| 19 | + }, |
| 20 | + "[css]": { |
| 21 | + "editor.defaultFormatter": "biomejs.biome" |
| 22 | + }, |
| 23 | + "[graphql]": { |
| 24 | + "editor.defaultFormatter": "biomejs.biome" |
| 25 | + }, |
| 26 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 27 | + "editor.formatOnPaste": true, |
| 28 | + "emmet.showExpandedAbbreviation": "never", |
| 29 | + "editor.codeActionsOnSave": { |
| 30 | + "source.fixAll.biome": "explicit", |
| 31 | + "source.organizeImports.biome": "explicit" |
| 32 | + } |
27 | 33 | } |
0 commit comments