2021-09-16 06:58:50 +08:00
|
|
|
{
|
2022-08-10 21:31:59 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
|
|
|
"editor.fontLigatures": true,
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"strings": true
|
|
|
|
},
|
|
|
|
"editor.tabSize": 2,
|
2023-07-19 23:28:32 +08:00
|
|
|
"eslint.validate": ["svelte", "astro", "json"],
|
2022-08-10 21:31:59 +08:00
|
|
|
"files.associations": {
|
2023-07-19 23:28:32 +08:00
|
|
|
"*.env.*": "dotenv",
|
|
|
|
"*.svg": "html"
|
2022-08-10 21:31:59 +08:00
|
|
|
},
|
|
|
|
"files.eol": "\n",
|
2023-07-19 23:28:32 +08:00
|
|
|
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true
|
2023-05-14 16:35:38 +08:00
|
|
|
},
|
|
|
|
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
|
2021-09-16 06:58:50 +08:00
|
|
|
}
|