This commit is contained in:
hossein 2024-02-12 00:28:16 +03:30 committed by SamTV12345
parent 4113f7e6b6
commit b01533c933

13
.vscode/settings.json vendored
View file

@ -1,13 +0,0 @@
{
"eslint.enable": false,
"prettier.enable": false,
"javascript.format.enable": false,
"editor.formatOnSave": false,
"eslint.autoFixOnSave": false,
"[javascript]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.formatOnSave": false
}
}