LingTropy/lingtropy-client/.vscode/settings.json
2025-03-17 22:45:41 +08:00

22 lines
520 B
JSON

{
"workbench.settings.useSplitJSON": true,
"eslint.codeActionsOnSave.rules": null,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript"
],
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"emmet.syntaxProfiles": {},
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2
}