TOPVERSE_Official/.vscode/settings.json

15 lines
294 B
JSON

{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false,
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": [
"locales"
]
}