diff --git a/biome.json b/biome.json index cd4c5cd..771f02d 100644 --- a/biome.json +++ b/biome.json @@ -46,6 +46,9 @@ "noUnusedVariables": "error", "noUnusedImports": "error", "useHookAtTopLevel": "error" + }, + "nursery": { + "noMisusedPromises": "error" } } }, diff --git a/templates/common-typescript/+biome.json b/templates/common-typescript/+biome.json index cd4c5cd..771f02d 100644 --- a/templates/common-typescript/+biome.json +++ b/templates/common-typescript/+biome.json @@ -46,6 +46,9 @@ "noUnusedVariables": "error", "noUnusedImports": "error", "useHookAtTopLevel": "error" + }, + "nursery": { + "noMisusedPromises": "error" } } }, diff --git a/templates/common-typescript/.github/CODEOWNERS b/templates/common-typescript/.github/+CODEOWNERS similarity index 100% rename from templates/common-typescript/.github/CODEOWNERS rename to templates/common-typescript/.github/+CODEOWNERS