From 27f7eb8caf68debbd74cef41aca37edabd83a4e5 Mon Sep 17 00:00:00 2001 From: TheSparta Date: Tue, 31 Oct 2023 16:15:27 +0000 Subject: [PATCH] Allow decorators on the constructor parameters --- project/biome.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project/biome.json b/project/biome.json index ded78fca..9772227d 100644 --- a/project/biome.json +++ b/project/biome.json @@ -1,5 +1,10 @@ { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", + "javascript": { + "parser": { + "unsafeParameterDecoratorsEnabled": true + } + }, "linter": { "enabled": true, "rules": {