add meet contract, cooptypes and empty documents templates

This commit is contained in:
Alex Ant
2025-04-16 19:58:49 +05:00
parent 19e742b7d1
commit 7de93e1780
112 changed files with 2962 additions and 178 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
// "editor.formatOnSave": true,
"editor.tabCompletion": "onlySnippets",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
// "editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": ["javascript", "typescript", "vue"],
// "typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": ["src/i18n"],