Allow decorators on the constructor parameters
This commit is contained in:
parent
98ab19c6fa
commit
27f7eb8caf
@ -1,5 +1,10 @@
|
||||
{
|
||||
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
||||
"javascript": {
|
||||
"parser": {
|
||||
"unsafeParameterDecoratorsEnabled": true
|
||||
}
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
|
Loading…
Reference in New Issue
Block a user