Closed benbarbersmith closed 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.
deccc
validate-non-primitves-needs-type-decorator
console.log
This tiny PR removes it.
:tada: This PR is included in version 3.12.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Love this repo — thanks!
I noticed my console was getting flooded with
deccc
during linting from thevalidate-non-primitves-needs-type-decorator
rule. Looks like an unnecessaryconsole.log
statement used for debugging slipped through the net.This tiny PR removes it.