darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
171 stars 34 forks source link

feat: :sparkles: Handle @ValidateIf like @IsOptional #147

Closed adamvandenhoven closed 7 months ago

adamvandenhoven commented 7 months ago

Issue #115 asked for @ValidateIf to be handled in the same manner as @IsOptional.

This PR implements the requested feature. In addition to adding support for @ValidateIf, it introduces checks for conflicting decorators for all the combinations.

darraghoriordan commented 7 months ago

Hey thank you! I'll take a look at this very soon. sorry i'm a bit swamped at the moment

adamvandenhoven commented 7 months ago

No worries. I'm looking at writing some rules for how we use Nest and getting my feet wet with your project seemed like a better way to get going than starting from an empty repository.

darraghoriordan commented 7 months ago

:tada: This PR is included in version 4.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: