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?
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:
to your biome configuration. Biome's docs