TOPVERSE_Official/.vscode/settings.json

15 lines
294 B
JSON
Raw Normal View History

2023-04-23 14:19:03 +08:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
2024-05-24 15:15:59 +08:00
"source.fixAll.eslint": "explicit"
2023-04-23 14:19:03 +08:00
},
"files.associations": {
"*.css": "postcss"
},
2023-04-23 23:14:52 +08:00
"editor.formatOnSave": false,
2024-05-24 15:15:59 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": [
"locales"
]
2023-04-23 14:19:03 +08:00
}