Merge branch 'main' into v14/chore/bundle-tiny-mce

This commit is contained in:
Jacob Overgaard
2024-07-26 14:35:49 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -27,5 +27,9 @@
"exportall.config.folderListener": [],
"exportall.config.relExclusion": [],
"conventionalCommits.scopes": ["partial views"],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"sonarlint.connectedMode.project": {
"connectionId": "umbraco",
"projectKey": "umbraco_Umbraco.CMS.Backoffice"
}
}

View File

@@ -1,3 +1,9 @@
# Define the project key
sonar.projectKey = umbraco_Umbraco.CMS.Backoffice
# Define the project version
sonar.projectVersion = 14.2.0
# Define the same root directory for sources and tests
sonar.sources = src/
sonar.tests = src/