Allow decorators on the constructor parameters

This commit is contained in:
TheSparta 2023-10-31 16:15:27 +00:00
parent 98ab19c6fa
commit 27f7eb8caf

View File

@ -1,5 +1,10 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
},
"linter": {
"enabled": true,
"rules": {