2023-01-02 15:23:16 +01:00
|
|
|
{
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"prettier.configPath": ".prettierrc.json",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-26 21:11:07 +01:00
|
|
|
"source.fixAll": "explicit"
|
2023-01-02 15:23:16 +01:00
|
|
|
}
|
|
|
|
}
|