Merge remote-tracking branch 'origin/main' into v18/dev

This commit is contained in:
Jacob Overgaard
2026-05-08 09:03:36 +02:00
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -8,4 +8,4 @@
"dependencies": {
"@umbraco-ui/uui": "^2.0.0-alpha.1"
}
}
}
@@ -0,0 +1,9 @@
{
"printWidth": 200,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": false,
"endOfLine": "auto"
}