mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 19:29:18 +08:00
197d524b53
* add Frontmatter CMS * add biome * update * update * fixed & add docs * fix translation.ts * fix translation
23 lines
571 B
JSON
23 lines
571 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"quickfix.biome": "always",
|
|
"source.organizeImports.biome": "always"
|
|
},
|
|
"frontMatter.dashboard.openOnStart": false
|
|
}
|