|
@@ -1,10 +1,6 @@
|
|
|
{
|
|
|
- // "editor.defaultFormatter": null,
|
|
|
"editor.formatOnSave": false,
|
|
|
"editor.codeActionsOnSave": {
|
|
|
"source.fixAll.eslint": true
|
|
|
- },
|
|
|
- // == Avoid using prettier plugin to format ==
|
|
|
- // "prettier.requireConfig": true,
|
|
|
- // "editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
+ }
|
|
|
}
|