TOPVERSE_Official/.vscode/settings.json

12 lines
245 B
JSON

{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false,
"typescript.tsdk": "node_modules/typescript/lib"
}