The default biomejs configuration (or linting rule) raises an error on every decorator defined in NestJS resolvers:
Decorators are not valid here. biome(parse)
How to ignore this rule globally?
You can add the block:
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
},
to your biome configuration. Biome's docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With