feat: add ability to create folders and files and persist files to sharepoint

This commit is contained in:
Stevan Freeborn
2026-07-31 13:46:10 -05:00
parent 97d31630fc
commit ea69464606
72 changed files with 5068 additions and 300 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
{
"semi": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
"arrowParens": "always",
"bracketSpacing": true,
"vueIndentScriptAndStyle": true,
"endOfLine": "auto",
"singleAttributePerLine": true
}