mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.fontLigatures": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"eslint.validate": ["svelte", "astro", "json"],
|
|
"files.associations": {
|
|
"*.env.*": "dotenv",
|
|
"*.svg": "html"
|
|
},
|
|
"files.eol": "\n",
|
|
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"]
|
|
}
|