darraghoriordan / eslint-plugin-nestjs-typed

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

fix: validated-non-primitive-property-needs-type-decorator should not require transformation for `object` type #41

Closed austinwoon closed 1 year ago

austinwoon commented 1 year ago

We have a dto that can take a free form object type, and we use the @IsObject decorator to check if its an object

The rule should not raise an explicit transformation requirement for such cases

darraghoriordan commented 1 year ago

hey austin, I'll take a look at these in the next week or so.

Thanks so much for reporting and for the PRs!

darraghoriordan commented 1 year ago

:tada: This issue has been resolved in version 3.16.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: