darraghoriordan / eslint-plugin-nestjs-typed

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

feat: All Properties Have Explicit Defined #23

Closed iddan-flycode closed 1 year ago

iddan-flycode commented 2 years ago

Add rule to validate all properties have @IsDefined or @IsOptional according to their type

darraghoriordan commented 1 year ago

closing for #27

darraghoriordan commented 1 year ago

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

The release is available on:

Your semantic-release bot :package::rocket:

iddan commented 1 year ago

Exciting! Thank you @darraghoriordan