mirror of
https://github.com/hexastack/hexabot
synced 2024-11-24 13:05:15 +00:00
27 lines
717 B
JSON
27 lines
717 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": "explicit"
|
||
|
},
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.formatOnSave": true,
|
||
|
"[typescript]": {
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[dotenv]": {
|
||
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||
|
},
|
||
|
"[properties]": {
|
||
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||
|
},
|
||
|
"eslint.workingDirectories": ["./api", "./frontend"],
|
||
|
"[typescriptreact]": {
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[ignore]": {
|
||
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||
|
},
|
||
|
"[shellscript]": {
|
||
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||
|
}
|
||
|
}
|