darraghoriordan / eslint-plugin-nestjs-typed

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

fix: Remove noisy console.log #33

Closed benbarbersmith closed 2 years ago

benbarbersmith commented 2 years ago

Love this repo — thanks!

I noticed my console was getting flooded with deccc during linting from the validate-non-primitves-needs-type-decorator rule. Looks like an unnecessary console.log statement used for debugging slipped through the net.

This tiny PR removes it.

darraghoriordan commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: