autoformat

This commit is contained in:
Proddy
2023-04-22 09:44:39 +02:00
parent f80764d72b
commit 84635ac889

View File

@@ -3,6 +3,10 @@
"**/.yarn": true,
"**/.pnp.*": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true
// "source.organizeImports": true
},
"eslint.nodePath": "interface/.yarn/sdks",
"eslint.workingDirectories": ["interface"],
"prettier.prettierPath": "interface/.yarn/sdks/prettier/index.js",