rokucommunity / bslint

A linter for BrightScript and BrighterScript.
MIT License
28 stars 14 forks source link

add no-print rule to enforce use of logger #19

Closed slheavner closed 3 years ago

slheavner commented 3 years ago

Similar to the no-console rules for eslint/tslint. Enforces the use of a logging framework rather than raw print statements.

elsassph commented 3 years ago

@slheavner I think you should remove the package-lock.json from your PR. This upgrades forces others to use npm 7 apparently.

slheavner commented 3 years ago

was wondering why that updated, reverted.

elsassph commented 3 years ago

Thanks!