TOPVERSE_Official/.vscode/settings.json

12 lines
239 B
JSON
Raw Normal View History

2023-04-23 14:19:03 +08:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
2023-04-23 23:14:52 +08:00
"editor.formatOnSave": false,
"typescript.tsdk": "node_modules/typescript/lib"
2023-04-23 14:19:03 +08:00
}